Efficient Incremental Search for Moving Target Search

Abstract

Incremental search algorithms reuse information from previous searches to speed up the current search and are thus often able to find shortest paths for series of similar search problems faster than by solving each search problem independently from scratch. However, they do poorly on moving target search problems, where both the start and goal cells change over time. In this paper, we thus develop Fringe-Retrieving A* (FRA*), an incremental version of A* that repeatedly finds shortest paths for moving target search in known gridworlds. We demonstrate experimentally that it runs up to one order of magnitude faster than a variety of state-of-the-art incremental search algorithms applied to moving target search in known gridworlds. Xiaoxun Sun, William Yeoh, Sven Koenig

Cite

Text

Sun et al. "Efficient Incremental Search for Moving Target Search." International Joint Conference on Artificial Intelligence, 2009.

Markdown

[Sun et al. "Efficient Incremental Search for Moving Target Search." International Joint Conference on Artificial Intelligence, 2009.](https://mlanthology.org/ijcai/2009/sun2009ijcai-efficient/)

BibTeX

@inproceedings{sun2009ijcai-efficient,
  title     = {{Efficient Incremental Search for Moving Target Search}},
  author    = {Sun, Xiaoxun and Yeoh, William and Koenig, Sven},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2009},
  pages     = {615-620},
  url       = {https://mlanthology.org/ijcai/2009/sun2009ijcai-efficient/}
}