Optimization and Improvement of Genetic Algorithms Solving Traveling Salesman Problem

Liping Zhang,Min Yao,Nenggan Zheng
DOI: https://doi.org/10.1109/iasp.2009.5054585
2009-01-01
Abstract:Traveling Salesman Problem (TSP) is a typical NP-complete problem, of which the search space increases with the number of cities. Genetic Algorithm (GA) is an efficient optimization algorithm characterized with explicit parallelism and robustness, applicable to TSP. In this paper, we compare the performance of the existing GAs in searching the solution for TSP and find a superior combination of crossover and mutation method. Then, the improvements in the Cycle Crossover and Greedy Cross-Cycle Crossover are proposed. Finallyl experimental results show that the new Cycle Crossover and Greedy Crossover algorithms perform much better than the original ones.
What problem does this paper attempt to address?