• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2023, Vol. 45 ›› Issue (09): 1661-1669.

• Artificial Intelligence and Data Mining • Previous Articles     Next Articles

An optimized A* algorithm based on local obstacle rate pre-acquisition and bidirectional parent node change

ZHANG Zhi-yuan,CHEN Hai-jin,ZHANG Yi-ming   

  1. (School of Information Science and Technology,Nantong University,Nantong 226019,China)
  • Received:2021-08-03 Revised:2022-04-26 Accepted:2023-09-25 Online:2023-09-25 Published:2023-09-12

Abstract: Aiming at the problems of poor path optimization, low search efficiency and low flexibility caused by the traditional A* algorithms failure to identify the environmental information effectively, an improved A* algorithm based on local obstacle rate pre-acquisition and bidirectional parent node change is proposed. Firstly, the local obstacle rate of each part of the grid map is obtained based on the drift matrix algorithm. Then, the pre-acquired local obstacle information is integrated into the improved A* algorithms evaluation function, and the search space is adaptively adjusted according to the different complexity of each region of the map. Finally, the improved parent node change method is used to further optimize the path and reduce the redundant points and inflection points of the generated path. The simulation results show that the algorithm has a significant improvement in the path length, the number of inflection points, search efficiency, running time and other indicators.

Key words: A* algorithm, path planning, grid map, drift matrix, node change