학술논문

Ant Colony System with Sparse Pheromone
Document Type
Conference
Source
2022 21st International Symposium on Distributed Computing and Applications for Business Engineering and Science (DCABES) DCABES Distributed Computing and Applications for Business Engineering and Science (DCABES), 2022 21st International Symposium on. :171-174 Oct, 2022
Subject
Computing and Processing
Ant colony optimization
Metaheuristics
Prediction algorithms
Complexity theory
Sparse matrices
Distributed computing
Business
ACO
Pheromone Matrix
Sparse Matrix
Storage Overhead
Language
ISSN
2473-3636
Abstract
Ant colony optimization algorithm is a typical meta-heuristic algorithm, which is widely used in various combinatorial optimization problems, but its high space complexity, which has become one of the main constraints affecting the application of ACO algorithm. The pheromone matrix is one of the major storage overheads. This paper based on the analysis of typical ant colony optimization algorithms, it is observed that the pheromone matrix of ACS has very strong sparseness. Therefore, SACS is proposed, whose pheromone matrix uses triplet sparse storage. In order to solve the problem of how to deal with the number of items of the initial allocated pheromone triplet and the new non-default pheromone update, this paper proposed the method based on the small fixed storage space with different replacement policies, those are, SACS-Max, SACS-Min, SACS-Rand. Many experiments show that this method basically eliminating the storage bottleneck of the pheromone matrix.