Author :
Trovato, Karen I. ; Dorst, Leo
Author_Institution :
Philips Res., Briarcliff Manor, NY, USA
Abstract :
A* graph search effectively computes the optimal solution path from start nodes to goal nodes in a graph, using a heuristic function. In some applications, the graph may change slightly in the course of its use and the solution path then needs to be updated. Very often, the new solution will differ only slightly from the old. Rather than perform the full A* on the new graph, we compute the necessary OPEN nodes from which the revised solution can be obtained by A*. In this "Differential A*" algorithm, the graph topology, transition costs, or start/goals may change simultaneously. We develop the algorithm and discuss when it gives an improvement over simply reapplying A*. We briefly discuss an application to robot path planning in configuration space, where such graph changes naturally arise.
Keywords :
graph theory; heuristic programming; mobile robots; path planning; search problems; Differential A* search; OPEN nodes; dynamic routing; dynamic scheduling; graph search; graph topology; heuristic function; optimal navigation; optimal solution path; robot path planning; transition costs; Algorithm design and analysis; Cost function; Dynamic scheduling; Motion planning; Navigation; Orbital robotics; Path planning; Robot sensing systems; Routing; Topology;
Journal_Title :
Knowledge and Data Engineering, IEEE Transactions on
DOI :
10.1109/TKDE.2002.1047763