New heuristic function in ant colony system for the travelling salesman problem

Ant Colony System (ACS) is one of the best algorithms to solve NP-hard problems.However, ACS suffers from pheromone stagnation problem when all ants converge quickly on one sub-optimal solution.ACS algorithm utilizes the value between nodes as heuristic values to calculate the probability of choosi...

Full description

Saved in:
Bibliographic Details
Main Authors: Alobaedy, Mustafa Muwafak, Ku-Mahamud, Ku Ruhana
Format: Conference or Workshop Item
Language:English
Published: 2012
Subjects:
Online Access:http://repo.uum.edu.my/6966/1/P10_-_ICCCT.pdf
http://repo.uum.edu.my/6966/
http://www.gconference.net/eng/conference_view.html?no=35577&location=02&rDay=11012012
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:Ant Colony System (ACS) is one of the best algorithms to solve NP-hard problems.However, ACS suffers from pheromone stagnation problem when all ants converge quickly on one sub-optimal solution.ACS algorithm utilizes the value between nodes as heuristic values to calculate the probability of choosing the next node. However, one part of the algorithm, called heuristic function, is not updated at any time throughout the process to reflect the new information discovered by the ants.This paper proposes an Enhanced Ant Colony System algorithm for solving the Travelling Salesman Problem.The enhanced algorithm is able to generate shorter tours within reasonable times by using accumulated values from pheromones and heuristics.The proposed enhanced ACS algorithm integrates a new heuristic function that can reflect the new information discovered by the ants. Experiments conducted have used eight data sets from TSPLIB with different numbers of cities.The proposed algorithm shows promising results when compared to classical ACS in term of best, average, and standard deviation of the best tour length.