Breadth-first heuristic search (BFHS) is a classic algorithm for optimally solving heuristic search and planning problems. BFHS is slower than A* but requires less memory. However, BFHS only works on unit-cost domains. We propose a new algorithm that extends BFHS to domains with different edge costs, which we call uniform-cost heuristic search (UCHS). Experimental results show that the iterative-deepening version of UCHS, IDUCHS, is slower than A* but requires less memory on a variety of planning domains
AbstractRecent work shows that the memory requirements of A* and related graph-search algorithms can...
Although the heuristic search algorithm A* is well-known to be optimally efficient, this result expl...
In bounded-suboptimal heuristic search, one attempts to find a solution that costs no more than a pr...
We present a new algorithm called A*+BFHS for solving problems with unit-cost operators where A* and...
AbstractRecent work shows that the memory requirements of A* and related graph-search algorithms can...
Recent work shows that the memory requirements of A * and related graph-search algorithms can be red...
Heuristic search is a fundamental technique for solving problems in artificial intelligence. However...
The problem of searching for a plan with cost at most equal to a given absolute bound has attracted ...
We present an algorithm that exploits the complimentary benefits of best-first search (BFS) and dept...
The problem of searching for a plan with cost at most equal to a given absolute bound has attracted ...
The complexities of various search algorithms are considered in terms of time, space, and cost of so...
Diverse best-first search (DBFS) is a successful algorithm for satisficing planning that is built on...
Although the heuristic search algorithm A * is well-known to be optimally efficient, this result exp...
Abstract This paper focuses on heuristic cost-based planning. We propose a combination of a heuristi...
Many combinatorial optimization and constraint satisfaction problems can be formulated as a search f...
AbstractRecent work shows that the memory requirements of A* and related graph-search algorithms can...
Although the heuristic search algorithm A* is well-known to be optimally efficient, this result expl...
In bounded-suboptimal heuristic search, one attempts to find a solution that costs no more than a pr...
We present a new algorithm called A*+BFHS for solving problems with unit-cost operators where A* and...
AbstractRecent work shows that the memory requirements of A* and related graph-search algorithms can...
Recent work shows that the memory requirements of A * and related graph-search algorithms can be red...
Heuristic search is a fundamental technique for solving problems in artificial intelligence. However...
The problem of searching for a plan with cost at most equal to a given absolute bound has attracted ...
We present an algorithm that exploits the complimentary benefits of best-first search (BFS) and dept...
The problem of searching for a plan with cost at most equal to a given absolute bound has attracted ...
The complexities of various search algorithms are considered in terms of time, space, and cost of so...
Diverse best-first search (DBFS) is a successful algorithm for satisficing planning that is built on...
Although the heuristic search algorithm A * is well-known to be optimally efficient, this result exp...
Abstract This paper focuses on heuristic cost-based planning. We propose a combination of a heuristi...
Many combinatorial optimization and constraint satisfaction problems can be formulated as a search f...
AbstractRecent work shows that the memory requirements of A* and related graph-search algorithms can...
Although the heuristic search algorithm A* is well-known to be optimally efficient, this result expl...
In bounded-suboptimal heuristic search, one attempts to find a solution that costs no more than a pr...