travelling salesman problem

A new improved simulated annealing for traveling salesman problem

Simulated annealing algorithm is one of the most popular metaheuristics that has been successfully applied to many optimization problems.  The main advantage of SA is its ability to escape from local optima by allowing hill-climbing moves and exploring new solutions at the beginning of the search process.  One of its drawbacks is its slow convergence, requiring high computational time with a good set of parameter values to find a reasonable solution.  In this work, a new improved SA is proposed to solve the well-known travelling salesman problem.  In order to improve SA