Applying Local Clustering Method to Improve the Running Speed of Ant Colony Optimization
Source: Cornell University
Ant Colony Optimization (ACO) has time complexity O(tmN2), and its typical application is to solve Traveling Salesman Problem (TSP), where t, m, and N denotes the iteration number, number of ants, number of cities respectively. Cutting down running time is one of study focuses, and one way is to decrease parameter t and N, especially N. For this focus, the following method is presented in this paper. Firstly, design a novel clustering algorithm named Special Local Clustering algorithm (SLC), then apply it to classify all cities into compact classes, where compact class is the class that all cities in this class cluster tightly in a small region. Secondly, let ACO act on every class to get a local TSP route.
| Format: | Size: | 975.97 | |
| Date: | Jul 2009 |



