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

Computer Engineering & Science ›› 2024, Vol. 46 ›› Issue (01): 142-149.

• Artificial Intelligence and Data Mining • Previous Articles     Next Articles

A multi-scene adaptive A* algorithm based on fitting-first search

SHEN Ke-yu,YOU Zhi-yu,LIU Yong-xin   

  1. (College of Electrical Engineering,Southwest Minzu University,Chengdu 610225,China) 
  • Received:2022-04-28 Revised:2022-08-31 Accepted:2024-01-25 Online:2024-01-25 Published:2024-01-15

Abstract: Aiming at the problems of large number of traversal nodes, large turning angle, and slow search speed of the traditional A* algorithm, a multi-scene adaptive improvement A* algorithm based on fitting-first search is proposed. Firstly, the heuristic distance of the parent node is introduced to reduce the number of traversal nodes and improve the search speed, the scene map information is quantified, and the adaptive control principle is used to achieve the timely adjustment of the heuristic weight to enhance the robustness of the algorithm. Secondly, the heuristic strategy of fitting-first search is used to further enhance the heuristic of the algorithm. Thirdly, the path is smoothed through local pruning and redundant node deletion to reduce the number of traversed nodes and the turning angle. Finally, a simulation test is carried out on Matlab, and the test results show that the proposed algorithm has fewer traversed nodes, smaller turning angle, and faster search speed.

Key words: A* algorithm, path planning, adaptive, fitting-first, path smoothing