Research Article

A Multiple Pheromone Table Based Ant Colony Optimization for Clustering

Algorithm 1

Outline of the ACO algorithm.
() ACO()
()
()  Initialization()
()  While the termination criterion is not met
()   Solution_Construction()
()   Pheromone_Upuate()
()   Local_Search()
()  End
()