2022
DOI: 10.1609/icaps.v32i1.19805
|View full text |Cite
|
Sign up to set email alerts
|

Beam Search: Faster and Monotonic

Abstract: Beam search is a popular satisficing approach to heuristic search problems that allows one to trade increased computation time for lower solution cost by increasing the beam width parameter. We make two contributions to the study of beam search. First, we show how to make beam search monotonic; that is, we provide a new variant that guarantees nonincreasing solution cost as the beam width is increased. This makes setting the beam parameter much easier. Second, we show how using distance-to-go estimates can… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

1
6
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
3
1
1

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(9 citation statements)
references
References 30 publications
1
6
0
Order By: Relevance
“…We find through experimental evaluation that Speed* often outperforms not just wA* but also RR-d, the state-of-the-art bounded suboptimal algorithm. We also see that Speed* is robust to domains with dead-ends, unlike beam-based search approaches such as Bead (Lemons et al 2022) and Rectangle search (Lemons et al 2024). This work is the first to evaluate RR-d and Rectangle in the tunable suboptimal setting.…”
Section: Introductionmentioning
confidence: 82%
See 1 more Smart Citation
“…We find through experimental evaluation that Speed* often outperforms not just wA* but also RR-d, the state-of-the-art bounded suboptimal algorithm. We also see that Speed* is robust to domains with dead-ends, unlike beam-based search approaches such as Bead (Lemons et al 2022) and Rectangle search (Lemons et al 2024). This work is the first to evaluate RR-d and Rectangle in the tunable suboptimal setting.…”
Section: Introductionmentioning
confidence: 82%
“…Rectangle is a state-of-the-art anytime algorithm based on beam search (Lemons et al 2024). Rectangle can be thought of as a beam search whose width increases as the search tree depth increases, according to an 'aspect ratio' specified at runtime.…”
Section: Previous Workmentioning
confidence: 99%
“…It continues to search until either a solution is found or until no new states are reachable from the current depth. A variant of beam search using d(n) for node selection called bead outperforms beam search using f (n) or h(n) in non-unit cost domains (Lemons et al 2022).…”
Section: Beam Searchmentioning
confidence: 99%
“…One issue with beam search is that when the beam width b is increased, sometimes a higher cost solution is returned. The algorithm monobead (Lemons et al 2022) addresses this issue. It regards the beam as an ordered sequence of numbered slots.…”
Section: Beam Searchmentioning
confidence: 99%
See 1 more Smart Citation