Title :
An optimized method for A∗ algorithm based on directional guidance
Author :
Zhenguo Zhao;Runtao Liu
Author_Institution :
College of Applied Sciences, Harbin University of Science and Technology, Harbin, Heilongjiang Province, China
Abstract :
A∗ algorithm is the fastest and most widely used path finding algorithm. It uses the evaluation function as a guide to find the shortest path. The function values on all intermediate nodes need to be calculated, which is the main reason for A∗ algorithm performance consumption expanding exponentially with a map scale of growth. In this paper, an optimized algorithm is put forward to prune off the non-target direction nodes and those not on the way to target nodes, which reduce the amount of the heuristic function calculation. The experimental evaluation shows that the CPU and memory of A∗ algorithm could be improved by 50% according to the optimized A∗ algorithm and the risk of exponential growth of the cost of path finding algorithms is reduced effectively.
Keywords :
"Algorithm design and analysis","Heuristic algorithms","Optimization","Time complexity","Engines","Memory management","Scientific computing"
Conference_Titel :
Software Engineering and Service Science (ICSESS), 2015 6th IEEE International Conference on
Print_ISBN :
978-1-4799-8352-0
Electronic_ISBN :
2327-0594
DOI :
10.1109/ICSESS.2015.7339219