Below are two pick_move functions for ant colony optimization in TSP problems
{func_desc}

You are provided with two code versions below, where the second version performs better than the first one.

[Worse code]
{worse_code}

[Better code]
{better_code}

You respond with some hints for designing better ant selection strategies, based on the two code versions and using less than 20 words.
