Proceedings of the Twenty-Seventh International Joint Conference on Artificial Intelligence 2018
DOI: 10.24963/ijcai.2018/654
|View full text |Cite
|
Sign up to set email alerts
|

Local Minima, Heavy Tails, and Search Effort for GBFS

Abstract: Problem difficulty for greedy best first search (GBFS) is not entirely understood, though existing work points to deep local minima and poor correlation between the h-values and the distance to goal as factors that have significant negative effect on the search effort. In this work, we show that there is a very strong exponential correlation between the depth of the single deepest local minima encountered in a search and the overall search effort. Furthermore, we find that the distribution of local minima dept… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
2
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
2
1

Relationship

1
2

Authors

Journals

citations
Cited by 3 publications
(3 citation statements)
references
References 16 publications
(2 reference statements)
0
2
0
Order By: Relevance
“…It will then have to expand every state in that crater before it can move on to the next bench (Heusner, Keller, and Helmert 2017). Craters/local minima are important state space features since the total search effort of GBFS strongly correlates with the size and depth of the largest local minima encountered during the search (Cohen and Beck 2018).…”
Section: State-spaces and The Bench Transition Systemmentioning
confidence: 99%
“…It will then have to expand every state in that crater before it can move on to the next bench (Heusner, Keller, and Helmert 2017). Craters/local minima are important state space features since the total search effort of GBFS strongly correlates with the size and depth of the largest local minima encountered during the search (Cohen and Beck 2018).…”
Section: State-spaces and The Bench Transition Systemmentioning
confidence: 99%
“…As we mentioned above, the notion of bench-exit states in their work is similar to closest nodes but limited to GBFS. Cohen and Beck (2018a;2018b) empirically showed that the largest search effort to escape a single local minimum is highly correlated with the overall search effort to solve a problem and that the existence of a deep local minimum is related to the heavy-tailed distribution of search effort. None of the previous work defined a good node independently from particular heuristic search algorithms.…”
Section: Related Workmentioning
confidence: 99%
“…Although DBFS is a complicated algorithm, it is similar to our biased exploration mechanisms in that it selects a node, from which local search is performed, according to the probability biased by its heuristic value. RR-GBFS (Cohen and Beck 2018b) uses randomized restarts to avoid getting stuck in a large local minimum. Asai and Fukunaga (2017) proposed a randomized tie-breaking strategy for GBFS to explore diverse nodes.…”
Section: Related Workmentioning
confidence: 99%