Introduction - If you have any usage issues, please Google them yourself
Classic artificial intelligence algorithm, TSP simulated annealing algorithm. The program is simple to achieve with simulated annealing algorithm for traveling salesman problem. Simply enter the distance between the various cities in the text cities after running the program can be calculated in various cities of the travel the shortest distance. Use for learning students who are interested in artificial intelligence and the algorithm.