Litcius/Paper detail

GBFHS: A Generalized Breadth-First Heuristic Search Algorithm

Michael Barley, Patricia Riddle, Carlos Linares López, Sean Dobson, Ira Pohl

2021Proceedings of the International Symposium on Combinatorial Search15 citationsDOIOpen Access PDF

Abstract

Recently there has been renewed interest in bidirectional heuristic search. New algorithms, e.g., MM, MMe, and NBS, have been introduced which seem much closer to refuting the accepted wisdom that "any front-to-end bidirectional heuristic search algorithm will likely be dominated by unidirectional heuristic search or bidirectional brute-force search". However, MM and MMe can still be dominated by their bidirectional brute-force versions, i.e., they can show a "hump-in-the-middle". We introduce a novel general breadth-first heuristic search algorithm, GBFHS, that unifies both unidirectional and bidirectional search into a single algorithm. It uses knowledge of the edge cost in unit cost domains to stop on first-collision in unidirectional search and in bidirectional search, unlike MM, MMe, and NBS. With no heuristic it expands fewer nodes bidirectionally than Nicholson's blind bidirectional search algorithm. GBFHS expands substantially fewer nodes than MM0, MM, MMe, and NBS. Additionally, GBFHS does not show a "hump-in-the-middle". GBFHS run bidirectionally is not dominated by bidirectional brute-force search, likewise, GBFHS run unidirectionally is not dominated by A*.

Topics & Concepts

Incremental heuristic searchBidirectional searchBeam searchHeuristicBest-first searchSearch algorithmAlgorithmNull-move heuristicComputer scienceBrute forceConsistent heuristicIterative deepening depth-first searchMathematicsArtificial intelligenceComputer securityAI-based Problem Solving and PlanningConstraint Satisfaction and OptimizationRobotic Path Planning Algorithms