期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
Rectangle expansion A* pathfinding for grid maps 被引量:10
1
作者 Zhang An Li Chong Bi Wenhao 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2016年第5期1385-1396,共12页
Search speed, quality of resulting paths and the cost of pre-processing are the principle evaluation metrics of a pathfinding algorithm. In this paper, a new algorithm for grid-based maps, rectangle expansion A* (RE... Search speed, quality of resulting paths and the cost of pre-processing are the principle evaluation metrics of a pathfinding algorithm. In this paper, a new algorithm for grid-based maps, rectangle expansion A* (REA*), is presented that improves the performance of A* significantly. REA* explores maps in units of unblocked rectangles. All unnecessary points inside the rectangles are pruned and boundaries of the rectangles (instead of individual points within those boundaries) are used as search nodes. This makes the algorithm plot fewer points and have a much shorter open list than A*. REA* returns jump and grid-optimal path points, but since the line of sight between jump points is protected by the unblocked rectangles, the resulting path of REA" is usually better than grid-optimal. The algorithm is entirely online and requires no offline pre-processing. Experimental results for typical benchmark problem sets show that REA* can speed up a highly optimized A* by an order of magnitude and more while preserving completeness and optimality. This new algorithm is competitive with other highly successful variants of A*. 展开更多
关键词 breaking path symmetries Grid Heuristic algorithms path search Variant of A*
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部