Skip to content

Implementation of the optimization meta-heuristic, "Simulated Annealing" to solve the travelling salesman problem for a large set of points. Includes cool visualization of the best route found so far as the algorithm progresses

Notifications You must be signed in to change notification settings

rehpotsirhc/Fall14-TravellingSalesmanProblem-SimulatedAnnealing-BranchAndBound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TO RUN CLASS EXPERIMENTS:
	run experiments.py
		instructions at the bottom to turn visualizations on or off

TO RUN tsp225.txt PROBLEM:
	run LargeTSPProblem.py
		instructions at the bottom to turn visualizations on or off


TO RUN VISUALIZATIONS:
	run visualize_hill_climber.py
		allows you to customize some parameters

	also:
		both the experiments and the tsp225 probllem can be run with visualizations turned on or off
	


About

Implementation of the optimization meta-heuristic, "Simulated Annealing" to solve the travelling salesman problem for a large set of points. Includes cool visualization of the best route found so far as the algorithm progresses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages