摘要
本文针对传统A~*算法存在冗余路径点较多与单向搜索耗时较长的缺点,提出了一种改进A~*算法.该算法采用双向预处理结构减少冗余节点数,并通过归一化处理和增加节点标记信息进一步优化估价函数提高遍历速度.利用仿真软件对改进A~*算法进行实验,并与其它经典路径规划算法进行比较.仿真结果表明,改进后的A~*算法较于传统A~*算法能以较低的搜索节点数和搜索时长较好的完成全局路径规划.
In this study, an improved A* algorithm is proposed for the traditional A-star algorithm, which has many redundant path points and long-term one-way search. The proposed algorithm uses a bidirectional preprocessing structure to reduce the number of redundant nodes, and further optimizes the evaluation function to improve the traversal speed by normalizing the processing and adding node marker information. Simulation software is used to simulate the improved A* algorithm and compare with other classical path planning algorithms. The simulation results show that the improved A* algorithm can complete the global path planning with lower search node number and search duration than the traditional A* algorithm.
作者
秦锋
吴健
张学锋
赵晶丽
QIN Feng;WU Jian;ZHANG Xue-Feng;ZHAO Jing-Li(School of Computer Science and Technology,Anhui University of Technology,Ma’anshan 243032,China;Department of Information Engineering,Chuzhou Vocational and Technical College,Chuzhou 239000,China)
出处
《计算机系统应用》
2019年第5期95-101,共7页
Computer Systems & Applications
基金
安徽省教育厅课题(KJ2017ZD05)
安徽省自然科学基金青年项目(1808085QF210)~~
关键词
A*改进算法
路径规划
预处理
估价函数
A* improved algorithm
route plan
pretreatment
valuation function