A-Aco Algorithm With Application On Vehicle Navigation System

Yafei Guo,Zheng Qin,Ronghua Guo,Lei Ji
2009-01-01
Abstract:Based on integration of the A* algorithm and the ant colony algorithm, the A-ACO algorithm which may solve the shortest problem on vehicle navigation system is proposed. No matter how big road network is, the algorithm can find the shortest path or the path close to the shortest path in a shorter time. Especially, the algorithm is more effective for the large scale road network. The integration of the A*algorithm and the ant colony algorithm is to use the ant colony algorithm to estimate the value of the estimated function in the A* algorithm. In order to improve the A-ACO algorithm, we firstly alter the means of selecting the node to expand in the A* algorithm, selection strategy and the means of updating pheromone in ant colony algorithm. The effectiveness of the algorithm is confirmed by simulation.
What problem does this paper attempt to address?