Implementation of Travelling Salesman Problem Using ant Colony Optimization
暂无分享,去创建一个
Within the Artificial Intelligence community, there is great need for fast and accurate traversal algorithms, specifically those that find a path from a start to goal with minimum cost. Cost can be distance, time, money, energy, etc. Travelling salesman problem (TSP) is a combinatorial optimization problem. TSP is the most intensively studied problem in the area of optimization. Ant colony optimization (ACO) is a population-based metaheuristic that can be used to find approximate solutions to difficult optimization problems. There have been many efforts in the past to provide time efficient solutions for the problem, both exact and approximate. This paper demonstrates the implementation of TSP using ant colony optimization(ACO).The solution to this problem enjoys wide applicability in a variety of practical fields.TSP in its purest form has several applications such as planning, logistics, and manufacture of microchips, military and traffic.
[1] Thomas Stützle,et al. Ant Colony Optimization Theory , 2004 .
[2] Zne-Jung Lee,et al. Improving Ant Colony Optimization Algorithms for Solving Traveling Salesman Problems , 2007, J. Adv. Comput. Intell. Intell. Informatics.
[3] Camelia-Mihaela Pintea,et al. Improving ant systems using a local updating rule , 2005, Seventh International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC'05).