Skip to content

Traveling Salesman Problem with Simulated Annealing Algorithm

Notifications You must be signed in to change notification settings

truongan012/tsp_sa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsp_sa

Traveling Salesman Problem with Simulated Annealing Algorithm

Syntax: [FileName] [Options]

FileName :File name path, file format as TSPLIB95, egde weigh is EUC_2D

Options:

-p    : Percentage of intial solution cost (intial temperature)
-f    : Final temperature that will stop program
-r    : Temperature reduction factor

For Example: eli51.tsp -p 10 -f 0.001 -r 0.99

About

Traveling Salesman Problem with Simulated Annealing Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages