This paper presents a new pathfinding algorithm called the boundary iterative-deepening depth-first search (BIDDFS) algorithm. The BIDDFS compromises the increasing memory usage of the Dijkstra's algorithm, where the memory clears enables the BIDDFS to consume less memory than the Dijkstra's algorithm. The expansion redundancy of the iterative-deepening depth-first search (IDDFS) is also compensated; it is faster than the IDDFS in all of the testing instances conducted. The BIDDFS is further enhanced for bidirectional searching to allow expanding to fewer nodes and reducing pathfinding time. The bidirectional BIDDFS and the parallel bidirectional BIDDFS are also proposed. The proposed BIDDFS is further extended to the multi-goal BIDDFS, whi...
Diverse best-first search (DBFS) is a successful algorithm for satisficing planning that is built on...
An experimental evaluation of a technique for improving the efficiency of depth-first search on grap...
Although the heuristic search algorithm A * is well-known to be optimally efficient, this result exp...
This paper presents a new pathfinding algorithm called the boundary iterative-deepening depth-first ...
The complexities of various search algorithms are considered in terms of time, space, and cost of so...
We present a new algorithm to reduce the space complexity of heuristic search. It is most effective ...
We introduce a new bidirectional search algorithm, Single-Frontier Bidirectional Search (SFBDS). Unl...
AbstractIn this paper we present a new bidirectional heuristic search algorithm. Our algorithm can b...
We present an algorithm that exploits the complimentary benefits of best-first search (BFS) and dept...
Best-first search (BFS) expands the fewest nodes among all admissible algorithms us-ing the same cos...
Bidirectional heuristic search is a well-known technique for solving pathfinding problems. The goal ...
This paper presents two new bidirectional heuristic search algorithms for solving the shortest path ...
The complexities of various search algorithms are considered in terms of time, space, and cost of so...
Abstract — Artificial Intelligence (AI) is a subject that studies techniques for making computers e...
Breadth-first heuristic search (BFHS) is a classic algorithm for optimally solving heuristic search ...
Diverse best-first search (DBFS) is a successful algorithm for satisficing planning that is built on...
An experimental evaluation of a technique for improving the efficiency of depth-first search on grap...
Although the heuristic search algorithm A * is well-known to be optimally efficient, this result exp...
This paper presents a new pathfinding algorithm called the boundary iterative-deepening depth-first ...
The complexities of various search algorithms are considered in terms of time, space, and cost of so...
We present a new algorithm to reduce the space complexity of heuristic search. It is most effective ...
We introduce a new bidirectional search algorithm, Single-Frontier Bidirectional Search (SFBDS). Unl...
AbstractIn this paper we present a new bidirectional heuristic search algorithm. Our algorithm can b...
We present an algorithm that exploits the complimentary benefits of best-first search (BFS) and dept...
Best-first search (BFS) expands the fewest nodes among all admissible algorithms us-ing the same cos...
Bidirectional heuristic search is a well-known technique for solving pathfinding problems. The goal ...
This paper presents two new bidirectional heuristic search algorithms for solving the shortest path ...
The complexities of various search algorithms are considered in terms of time, space, and cost of so...
Abstract — Artificial Intelligence (AI) is a subject that studies techniques for making computers e...
Breadth-first heuristic search (BFHS) is a classic algorithm for optimally solving heuristic search ...
Diverse best-first search (DBFS) is a successful algorithm for satisficing planning that is built on...
An experimental evaluation of a technique for improving the efficiency of depth-first search on grap...
Although the heuristic search algorithm A * is well-known to be optimally efficient, this result exp...