Abstract

Ant Colony Optimization (ACO) is a popular optimal algorithm, whose typical application is to solve Travel Salesman Problem (TSP). The time complexity of ACO is O(mNt), where the parameters m, N and t denote the number of ants, cities and iteration steps, respectively. Improving running speed is an important research focus, and reducing the parameter N and t is an effective way. Especially, reducing the parameter N is an efficient method. In this paper, we present a new clustering algorithm named Vertex Coloring Clustering (VCC), which uses the thought of vertex coloring to classify all cities into some classes and lets ACO act on each class to get local TSP routes, and joins these local routes as a whole route. Owing to Vertex Coloring has property that the number of color is the minimum, the minimum number of classes is obtained in this paper. Each class can be considered as a smaller TSP. So, when ACO algorithm calculate the local route on each class obtained by VCC algorithm, the parameter N and the iteration number t are reduced. The simulation shows that the improved ACO by VCC is faster than the ACO algorithm which uses algorithm Ant-Cycle by factors of 15-750.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.