Iterative Budgeted Exponential Search
Abstract
We tackle two long-standing problems related to re-expansions in heuristic search algorithms. For graph search, A* can require Ω(2ⁿ) expansions, where n is the number of states within the final f bound. Existing algorithms that address this problem like B and B’ improve this bound to Ω(n²). For tree search, IDA* can also require Ω(n²) expansions. We describe a new algorithmic framework that iteratively controls an expansion budget and solution cost limit, giving rise to new graph and tree search algorithms for which the number of expansions is O(n log C*), where C* is the optimal solution cost. Our experiments show that the new algorithms are robust in scenarios where existing algorithms fail. In the case of tree search, our new algorithms have no overhead over IDA* in scenarios to which IDA* is well suited and can therefore be recommended as a general replacement for IDA*.
Cite
Text
Helmert et al. "Iterative Budgeted Exponential Search." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/174Markdown
[Helmert et al. "Iterative Budgeted Exponential Search." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/helmert2019ijcai-iterative/) doi:10.24963/IJCAI.2019/174BibTeX
@inproceedings{helmert2019ijcai-iterative,
title = {{Iterative Budgeted Exponential Search}},
author = {Helmert, Malte and Lattimore, Tor and Lelis, Levi H. S. and Orseau, Laurent and Sturtevant, Nathan R.},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2019},
pages = {1249-1257},
doi = {10.24963/IJCAI.2019/174},
url = {https://mlanthology.org/ijcai/2019/helmert2019ijcai-iterative/}
}