DocumentCode :
3647929
Title :
Max-min ant system with linear memory complexity
Author :
Oleg Kovářík;Pavel Kordík
Author_Institution :
Department of Computer Science and Engineering, Faculty of Electrical Engineering, Czech Technical University in Prague, Czech
fYear :
2012
fDate :
6/1/2012 12:00:00 AM
Firstpage :
1
Lastpage :
5
Abstract :
We improved memory complexity of Max-Min Ant System algorithm, which is one of the best performing Ant Colony Optimization algorithms. Standard implementation uses n2 matrix of artificial pheromone to solve the Traveling Salesman Problem, where n is the number of cities. We show, that only small fraction of values in the pheromone matrix is changed from a global value and so the matrix can be replaced by an array of hash tables in order to reduce the memory complexity. This improvement is very useful in case of parallelization on multicore architectures, where frequent transfers of random parts of matrices cause radical slowdown. Also it enables the algorithm to be competitive with others when solving large instances.
Keywords :
"Cities and towns","Traveling salesman problems","Standards","Arrays","Optimization","Ant colony optimization"
Publisher :
ieee
Conference_Titel :
Evolutionary Computation (CEC), 2012 IEEE Congress on
Print_ISBN :
978-1-4673-1510-4
Type :
conf
DOI :
10.1109/CEC.2012.6256528
Filename :
6256528
Link To Document :
بازگشت