Implementation of Ant Colony Algorithm Based on GPU

Jiening Wang,Jiankang Dong,Chunfeng Zhang
DOI: https://doi.org/10.1109/CGIV.2009.20
2009-01-01
Abstract:Ant colony algorithm is an efficient intelligent algorithm to solve NP hard problem. This paper presents a parallel computing solution based on General Purpose GPU (GPGPU) to solve traveling salesman problem (TSP) with max-min ant system (MMAS). The experimental result shows it is more efficient than pure CPU computing.
What problem does this paper attempt to address?