Best-case and worst-case behavior of greedy best-first search

M Heusner, T Keller, M Helmert - 2018 - edoc.unibas.ch
We study the impact of tie-breaking on the behavior of greedy best-first search with a fixed
state space and fixed heuristic. We prove that it is NP-complete to determine the number of …

Scale-Adaptive Balancing of Exploration and Exploitation in Classical Planning

S Wissow, M Asai - ECAI 2024, 2024 - ebooks.iospress.nl
Balancing exploration and exploitation has been an important problem in both adversarial
games and automated planning. While it has been extensively analyzed in the Multi-Armed …

The FESS algorithm: A feature based approach to single-agent search

Y Shoham, J Schaeffer - 2020 IEEE Conference on Games …, 2020 - ieeexplore.ieee.org
This paper introduces the Feature Space Search algorithm (FESS) that projects a single-
agent application search space onto an abstract space that is defined by features of the …

Biased Exploration for Satisficing Heuristic Search

R Kuroiwa, JC Beck - Proceedings of the International Conference on …, 2022 - ojs.aaai.org
Satisficing heuristic search such as greedy best-first search (GBFS) suffers from local
minima, regions where heuristic values are inaccurate and a good node has a worse …

Learning neural search policies for classical planning

P Gomoluch, D Alrajeh, A Russo… - Proceedings of the …, 2020 - aaai.org
Heuristic forward search is currently the dominant paradigm in classical planning. Forward
search algorithms typically rely on a single, relatively simple variation of best-first search and …

Learning to estimate search progress using sequence of states

M Sudry, E Karpas - Proceedings of the International Conference on …, 2022 - ojs.aaai.org
Many problems of interest can be solved using heuristic search algorithms. When solving a
heuristic search problem, we are often interested in estimating search progress, that is, how …

[PDF][PDF] Local Minima, Heavy Tails, and Search Effort for GBFS.

E Cohen, JC Beck - IJCAI, 2018 - ijcai.org
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 …

The Bench Transition System and Stochastic Exploration

D Tomasz, R Valenzano - Proceedings of the International Symposium …, 2024 - ojs.aaai.org
Stochastic exploration has been shown to be an effective way to mitigate the negative
impact that heuristic local minima and plateaus can have on Greedy Best First Search …

On the pathological search behavior of distributed greedy best-first search

R Kuroiwa, A Fukunaga - … of the International Conference on Automated …, 2019 - ojs.aaai.org
Although A* search can be efficiently parallelized using methods such as Hash-Distributed
A*(HDA*), distributed parallelization of Greedy Best First Search (GBFS), a suboptimal …

Analyzing and avoiding pathological behavior in parallel best-first search

R Kuroiwa, A Fukunaga - Proceedings of the International Conference on …, 2020 - aaai.org
Recent work has experimentally shown that parallelization of Greedy Best-First Search
(GBFS), a satisficing best-first search method, can behave very differently from sequential …