AIOct 26, 2016

A self-tuning Firefly algorithm to tune the parameters of Ant Colony System (ACSFA)

arXiv:1610.08222v14 citations
Originality Incremental advance
AI Analysis

This work addresses the parameter tuning bottleneck for researchers and practitioners using ACS in optimization problems, but it is incremental as it builds on existing self-tuning and FA methods.

The paper tackled the problem of manually tuning parameters in the Ant Colony System (ACS) by proposing a self-tuning framework that uses the Firefly Algorithm (FA) to automatically optimize ACS parameters for symmetric Traveling Salesman Problems (TSP), resulting in improved performance verified through statistical analysis.

Ant colony system (ACS) is a promising approach which has been widely used in problems such as Travelling Salesman Problems (TSP), Job shop scheduling problems (JSP) and Quadratic Assignment problems (QAP). In its original implementation, parameters of the algorithm were selected by trial and error approach. Over the last few years, novel approaches have been proposed on adapting the parameters of ACS in improving its performance. The aim of this paper is to use a framework introduced for self-tuning optimization algorithms combined with the firefly algorithm (FA) to tune the parameters of the ACS solving symmetric TSP problems. The FA optimizes the problem specific parameters of ACS while the parameters of the FA are tuned by the selected framework itself. With this approach, the user neither has to work with the parameters of ACS nor the parameters of FA. Using common symmetric TSP problems we demonstrate that the framework fits well for the ACS. A detailed statistical analysis further verifies the goodness of the new ACS over the existing ACS and also of the other techniques used to tune the parameters of ACS.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes