Bidirectional Bounded-Suboptimal Heuristic Search with Consistent Heuristics
By: Shahaf S. Shperberg , Natalie Morad , Lior Siag and more
Potential Business Impact:
Finds faster paths with a small error.
Recent advancements in bidirectional heuristic search have yielded significant theoretical insights and novel algorithms. While most previous work has concentrated on optimal search methods, this paper focuses on bounded-suboptimal bidirectional search, where a bound on the suboptimality of the solution cost is specified. We build upon the state-of-the-art optimal bidirectional search algorithm, BAE*, designed for consistent heuristics, and introduce several variants of BAE* specifically tailored for the bounded-suboptimal context. Through experimental evaluation, we compare the performance of these new variants against other bounded-suboptimal bidirectional algorithms as well as the standard weighted A* algorithm. Our results demonstrate that each algorithm excels under distinct conditions, highlighting the strengths and weaknesses of each approach.
Similar Papers
A-MHA*: Anytime Multi-Heuristic A*
Artificial Intelligence
Finds best path, getting better over time.
Beyond Single-Step Updates: Reinforcement Learning of Heuristics with Limited-Horizon Search
Artificial Intelligence
Finds shortest paths faster using smarter guessing.
BOAD: Discovering Hierarchical Software Engineering Agents via Bandit Optimization
Machine Learning (CS)
Helps computers fix complex code problems better.