Loading [MathJax]/extensions/MathMenu.js
Random Pairwise Competition Based Ant Selection for Pheromone Updating in Ant Colony Optimization | IEEE Conference Publication | IEEE Xplore

Random Pairwise Competition Based Ant Selection for Pheromone Updating in Ant Colony Optimization


Abstract:

Ant Colony Optimization (ACO) has shown very promising performance in solving Traveling Salesman Problem (TSP). However, most existing ACO algorithms utilize either the a...Show More

Abstract:

Ant Colony Optimization (ACO) has shown very promising performance in solving Traveling Salesman Problem (TSP). However, most existing ACO algorithms utilize either the absolutely best ants or all ants to update the pheromone matrix. This leads to either serious diversity loss or slow convergence. To alleviate these predicaments, this paper designs a random pairwise competition based ant selection for pheromone updating. Specifically, a number of ants are randomly selected from the ant colony and then are randomly paired together. Subsequently the better one in each pair is selected to update the pheromone matrix. In this way, a good balance between search diversity and search convergence is potentially maintained. Integrating this selection strategy along with a local search scheme into the ACO framework, a new ACO algorithm called random pairwise competition based ACO (RPCACO) is developed. Experiments conducted on 8 TSP instances from the TSPLIB benchmark set demonstrate that RPCACO is more effective and efficient than the five classical ACO algorithms in solving TSP.
Date of Conference: 01-04 October 2023
Date Added to IEEE Xplore: 29 January 2024
ISBN Information:

ISSN Information:

Conference Location: Honolulu, Oahu, HI, USA

Funding Agency:


I. Introduction

Traveling Salesman Problem (TSP) [1] is a classical combinational optimization problem in computer science and mathematics. Given a list of cities, a salesman starts from a depot to traverse all cities and finally returns to the depot on the condition that each city is only visited exactly once. The aim of TSP is to find the shortest path for the salesman to traverse all cities. Based on the basic TSP, many other variants have also been formed [2]–[4].

Contact IEEE to Subscribe

References

References is not available for this document.