English

Rectangle Search: An Anytime Beam Search (Extended Version)

Artificial Intelligence 2023-12-21 v1

Abstract

Anytime heuristic search algorithms try to find a (potentially suboptimal) solution as quickly as possible and then work to find better and better solutions until an optimal solution is obtained or time is exhausted. The most widely-known anytime search algorithms are based on best-first search. In this paper, we propose a new algorithm, rectangle search, that is instead based on beam search, a variant of breadth-first search. It repeatedly explores alternatives at all depth levels and is thus best-suited to problems featuring deep local minima. Experiments using a variety of popular search benchmarks suggest that rectangle search is competitive with fixed-width beam search and often performs better than the previous best anytime search algorithms.

Keywords

Cite

@article{arxiv.2312.12554,
  title  = {Rectangle Search: An Anytime Beam Search (Extended Version)},
  author = {Sofia Lemons and Wheeler Ruml and Robert C. Holte and Carlos Linares López},
  journal= {arXiv preprint arXiv:2312.12554},
  year   = {2023}
}

Comments

30 pages, 200+ figures

R2 v1 2026-06-28T13:56:47.610Z