Greedy Squirrel Search Algorithm for Large-Scale Traveling Salesman Problems

Chenghao Shi,Zhonghua Tang,Yongquan Zhou,Qifang Luo
DOI: https://doi.org/10.1007/978-3-031-13832-4_67
2022-01-01
Abstract:A greedy strategy based on squirrel search algorithm is proposed and used to solve the TSP problem. First, a new path initialization operator is designed for partial path initialization. Secondly, two search operators and a mutation strategy are designed to improve the convergence speed and performance of the algorithm: (1) Greedy crossover operator, which is used to improve the information interaction ability between each individual. (2) RC2opt+R3opt operator, which is used to enhance the local search ability of individuals. (3) Local mutation strategy, which uses seasonal constants to measure population differences and the number of iterations, and performs mutation operations on individuals in the middle and late stages of the algorithm to prevent the algorithm from falling into the local optimum. Finally, a large number of TSP examples in the open dataset TSPLIB are selected to verify the effectiveness of the algorithms and operators. The comparison results with 3 classical algorithms and 7 latest algorithms show that the algorithm has higher precision and better stability.
What problem does this paper attempt to address?