python-tsp
python-tsp copied to clipboard
Adding discrete seeds to TSP solvers
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
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
Ok, this is ready for review now, I have added the docs.