lutzzdias / travelling-salesman-problem

0 stars 1 forks source link

[Solution] random_local_moves_wor #14

Closed lutzzdias closed 10 months ago

lutzzdias commented 11 months ago

Return an iterable (generator, iterator, or iterable object) over all local moves (in random order) that can be applied to the solution.

So, basically, an iterator for random local moves(?)