A Kind of Parallel Implementation of Ant-colony Algorithm

LIU Cai-yun,Chen Zhong
DOI: https://doi.org/10.3969/j.issn.1673-1409-C.2007.04.003
2007-01-01
Abstract:The ant-colony algorithm(ACA)was a kind of metaheuristic algorithm proposed by M.Dorigo.It had the advantage of robusticity and the ability to find good solution and had the disadvantage of slow converging speed when the scale of the problem was large.A kind of strategy was proposed to implement the ACA in parallel.It implements the parallel ACA using the MPI library with C++ and run it on the supercomputer successfully.The result shows that parallel ACA can improve the converging speed obviously.
What problem does this paper attempt to address?