Proceedings of the International Symposium on Combinatorial Search • Vol 3 • No 1
Position Paper: Incremental Search Algorithms Considered Poorly Understood
August 2021 • Carlos Hernández, Jorge A. Baier, Tansel Uras, Sven Koenig
Incremental search algorithms, such as D* Lite, reuse information from previous searches to speed up the current search and can thus solve sequences of similar search problems faster than Repeated A*, which performs repeated A* searches. In this position paper, we study goal-directed navigation in initially unknown terrain and point out that it is currently not well understood when D* Lite runs faster than Repeated A*. In general, it appears that Repeated A* runs faster than D* Lite for easy navigation problems (w…