Solving Traveling Salesman Problem By Ant Colony Optimization Algorithm With Association Rule

Gao Shang,Zhang Lei,Zhuang Fengting,Zhang Chunxian
DOI: https://doi.org/10.1109/ICNC.2007.675
2007-01-01
Abstract:The traveling salesman problem (TSP) is among the most important combinatorial problems. Ant colony optimization (A CO) algorithm is a recently developed algorithm which has been successfully applied to several NP-hardproblems, such as traveling salesman problem, quadratic assignment problem andjob-shop problem. Association rule (AR) is the key in knowledge in data mining for finding the best data sequence. A new algorithm which integrates ACO and AR is proposed to solve TSP problems. Compare with the simulated annealing algorithm, the standard genetic algorithm and the standard ant colony algorithm, the new algorithm is better than ACO.
What problem does this paper attempt to address?