Ant Colony Continuous Optimization Based on Discrete Numerical Encoding

WU Guang-Chao,HUANG Han
2008-01-01
Computer Science
Abstract:The presented paper proposes an ant colony algorithm for continuous optimization (CACO-DE). ACO algorithms are always used for discrete optimization problems,but rarely for continuous optimization. CACO-DE is designed based on the numerical encoding in which each real number is changed into a string made up of characters {0,…,9}. The length of encoding depends on the accuracy and dimension of the solution. Artificial ants construct solutions being guided by a high dimension pheromone vector. The framework of the proposed algorithm is similar to the classical ACO except for the updating rule and local search strategy. Some preliminary results obtained on benchmark problems show that the new method can solve continuous optimization problems faster than other ant and non-ant methods.
What problem does this paper attempt to address?