Skip to content

Solving the Traveling Salesman Problem with Simulated Annealing - A quick hack in Python

License

Notifications You must be signed in to change notification settings

Treehopper/Traveling-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is certainly not yet an implementation that should be used in production, but may be a convenient point to begin with such an implementation.
I used the pseudo code from wikipedia as an outline, hence the implementation may not be "pure" Simulated Annealing but already contain certain optimizations.
<http://en.wikipedia.org/wiki/Simulated_Annealing#Pseudocode>

About

Solving the Traveling Salesman Problem with Simulated Annealing - A quick hack in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published