Pheromone-Focused Ant Colony Optimization algorithm for path planning
Yi Liu, Hongda Zhang, Zhongxue Gan, Yuning Chen, Ziqing Zhou, Chunlei Meng, Chun Ouyang

TL;DR
This paper introduces PFACO, an enhanced ant colony optimization algorithm that uses focused pheromone strategies and a forward-looking mechanism to improve path planning efficiency and solution quality.
Contribution
The paper presents a novel PFACO algorithm with three strategies to improve convergence speed and solution quality in path planning tasks.
Findings
PFACO outperforms traditional ACO in convergence speed.
PFACO achieves higher solution quality.
PFACO maintains solution diversity during optimization.
Abstract
Ant Colony Optimization (ACO) is a prominent swarm intelligence algorithm extensively applied to path planning. However, traditional ACO methods often exhibit shortcomings, such as blind search behavior and slow convergence within complex environments. To address these challenges, this paper proposes the Pheromone-Focused Ant Colony Optimization (PFACO) algorithm, which introduces three key strategies to enhance the problem-solving ability of the ant colony. First, the initial pheromone distribution is concentrated in more promising regions based on the Euclidean distances of nodes to the start and end points, balancing the trade-off between exploration and exploitation. Second, promising solutions are reinforced during colony iterations to intensify pheromone deposition along high-quality paths, accelerating convergence while maintaining solution diversity. Third, a forward-looking…
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 · Robotic Path Planning Algorithms · Slime Mold and Myxomycetes Research
