Introduction - If you have any usage issues, please Google them yourself
Using simulated annealing to solve the traveling salesman problem, because the problem itself is a NP hard problem, so it can not find the optimal solution, but it should be able to obtain a better solution, and then manually optimized.