학술논문

Using CUDA GPU to Accelerate the Ant Colony Optimization Algorithm
Document Type
Conference
Source
2013 International Conference on Parallel and Distributed Computing, Applications and Technologies Parallel and Distributed Computing, Applications and Technologies (PDCAT), 2013 International Conference on. :90-95 Dec, 2013
Subject
Bioengineering
Communication, Networking and Broadcast Technologies
Components, Circuits, Devices and Systems
Computing and Processing
Cities and towns
Graphics processing units
Instruction sets
Arrays
Wheels
Memory management
GPU
CUDA
Ant Colony Optimization
ACO
TSP
Language
ISSN
2379-5352
Abstract
Graph Processing Units (GPUs) have recently evolved into a super multi-core and a fully programmable architecture. In the CUDA programming model, the programmers can simply implement parallelism ideas of a task on GPUs. The purpose of this paper is to accelerate Ant Colony Optimization (ACO) for Traveling Salesman Problems (TSP) with GPUs. In this paper, we propose a new parallel method, which is called the Transition Condition Method. Experimental results are extensively compared and evaluated on the performance side and the solution quality side. The TSP problems are used as a standard benchmark for our experiments. In terms of experimental results, our new parallel method achieves the maximal speed-up factor of 4.74 than the previous parallel method. On the other hand, the quality of solutions is similar to the original sequential ACO algorithm. It proves that the quality of solutions does not be sacrificed in the cause of speed-up.