python-tsp icon indicating copy to clipboard operation
python-tsp copied to clipboard

Adding discrete seeds to TSP solvers

Open supersimple33 opened this issue 1 year ago • 9 comments

I have made it so that the local_search and simulated annealing will take in a python random.Random pre seeded RNG which can create the needed numbers for making perturbations or for other use cases in each solver.

Addresses #41 and #47

supersimple33 avatar Mar 14 '24 05:03 supersimple33

I will add the docs part when I get a chance and then ready this for review other than that any thoughts on this implementation

supersimple33 avatar Mar 14 '24 05:03 supersimple33

Ok, this is ready for review now, I have added the docs.

supersimple33 avatar Apr 07 '24 23:04 supersimple33