A Comparative Study of solving Traveling Salesman Problem with Genetic Algorithm, Ant Colony Algorithm, and Particle Swarm Optimization

Zefeng Wu
DOI: https://doi.org/10.1145/3450292.3450308
2020-12-03
Abstract:To solve the problem of traveling salesman (TSP), some intelligent optimization algorithms such as genetic algorithm (GA), ant colony algorithm (ACO), and particle swarm optimization (PSO) algorithm were used. This paper attempts to discuss the optimal solutions and convergence speed change of the three algorithms in solving the problem. We conducted a simulation experiment, found that the PSO provided a better and more stable solution, ACO took the shortest running time and GA is less influenced by the problem scale.
What problem does this paper attempt to address?