Algorithm for Solving Traveling Salesman Problem Based on Self-Organizing Mapping Network

Zhu Jianghui,Ye Hanghang,Yao Lixiu,Cai Yunze
DOI: https://doi.org/10.1007/s12204-022-2517-3
2022-01-01
Abstract:Traveling salesman problem (TSP) is a classic non-deterministic polynomial-hard optimization problem. Based on the characteristics of self-organizing mapping (SOM) network, this paper proposes an improved SOM network from the perspectives of network update strategy, initialization method, and parameter selection. This paper compares the performance of the proposed algorithms with the performance of existing SOM network algorithms on the TSP and compares them with several heuristic algorithms. Simulations show that compared with existing SOM networks, the improved SOM network proposed in this paper improves the convergence rate and algorithm accuracy. Compared with iterated local search and heuristic algorithms, the improved SOM network algorithms proposed in this paper have the advantage of fast calculation speed on medium-scale TSP.
What problem does this paper attempt to address?