Convergence and Running Time of Time-dependent Ant Colony Algorithms
Bodo Manthey, Jesse van Rhijn, Ashkan Safari, Tjark Vredeveld

TL;DR
This paper analyzes the convergence and running time of time-dependent ant colony algorithms, proving convergence to optimal solutions and establishing polynomial or super-polynomial bounds for specific variants on shortest path problems.
Contribution
It introduces a general framework for time-dependent ACO algorithms, proves convergence properties, and compares two variants' running times on the SDSP.
Findings
GBAS/tdev converges to optimal solutions with probability 1.
n-ANT/tdlb achieves polynomial time bounds on SDSP.
n-ANT/tdev has a super-polynomial lower bound on SDSP.
Abstract
Ant Colony Optimization (ACO) is a well-known method inspired by the foraging behavior of ants and is extensively used to solve combinatorial optimization problems. In this paper, we first consider a general framework based on the concept of a construction graph - a graph associated with an instance of the optimization problem under study, where feasible solutions are represented by walks. We analyze the running time of this ACO variant, known as the Graph-based Ant System with time-dependent evaporation rate (GBAS/tdev), and prove that the algorithm's solution converges to the optimal solution of the problem with probability 1 for a slightly stronger evaporation rate function than was previously known. We then consider two time-dependent adaptations of Attiratanasunthron and Fakcharoenphol's -ANT algorithm: -ANT with time-dependent evaporation rate (-ANT/tdev) and -ANT with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research
