Title :
Ant Colony Optimal Algorithm: Fast Ants on the Optical Pipelined R-Mesh
Author :
Nguyen, Ken D. ; Bourgeois, Anu G.
Author_Institution :
Dept. of Comput. Sci., Georgia State Univ., Atlanta, GA
Abstract :
In this paper, we demonstrate how to implement and improve two ant colony optimization (ACO) algorithms on the optical pipelined reconfigurable mesh (PR-mesh): the generic ACO and the fast ant colony optimization (FACO) algorithm. The run-time complexity of our improved generic ACO algorithm, with x generations each generation having m ants, on an n times n PR-mesh is O((x middot m + n)log n), which outperforms the currently best known electrical model implemented in (Merkle and Middendorf, 2002) with run-time complexity of O(x middot (m + n)log n). Our FACO algorithm on PR-mesh yields O(((z/(n*middot;log 2 n)) + n/log n) middot log log n) run-time complexity for n2 jobs while the existing FACO algorithm on the electrical model yields a run-time complexity of O((z + n)log* n) but can only handle log2 n jobs, where z is the total number of ants from all generations. In addition, we propose a theoretical FACO algorithm on a three dimensional PR-mesh solving n2 jobs in O(x middot (m + n) middot log n) time
Keywords :
artificial life; computational complexity; mathematics computing; optimisation; reconfigurable architectures; fast ant colony optimization; generic ant colony optimization; optical pipelined reconfigurable mesh; run-time complexity; Ant colony optimization; Communication networks; Computer science; Concurrent computing; Mesh generation; Reconfigurable architectures; Routing; Runtime; Single machine scheduling; Traveling salesman problems;
Conference_Titel :
Parallel Processing, 2006. ICPP 2006. International Conference on
Conference_Location :
Columbus, OH
Print_ISBN :
0-7695-2636-5
DOI :
10.1109/ICPP.2006.24