This paper presents two new bidirectional heuristic search algorithms for solving the shortest path problem on graphs: consistent-heuristic bucket-based bidirectional search (CBBS) and front-to-front GPU bidirectional search (FFGBS). CBBS uses a consistent heuristic and groups nodes into buckets that organize nodes based on estimated path cost and known heuristic errors. FFGBS splits the work between the CPU and GPU, with the GPU solving a front-to-front heuristic and the CPU choosing nodes to expand. This paper also includes a new front-to-front version of the GAP heuristic for the pancake problem that is efficient to solve on a GPU. Computational experiments for CBBS are performed on the pancake problem. CBBS is faster and requires less n...
Computing the shortest path between two locations in a road network is an important problem that has...
In the past few years, new very successful bidirectional heuristic search algorithms have been propo...
We present a heuristic search algorithm for the Rd Manhattan shortest path problem that achieves fro...
For finding a shortest path in a network bidirectional A* is a widely known algorithm. This algorith...
The state of the art in bidirectional search has changed significantly a very short time period; we ...
textabstractFor finding a shortest path in a network the bidirectional~A* algorithm is a widely kno...
We present a new algorithm to reduce the space complexity of heuristic search. It is most effective ...
Bidirectional heuristic search is a well-known technique for solving pathfinding problems. The goal ...
For finding a shortest path in a network the bidirectional A * algorithm is a widely known algorithm...
The shortest path problem in graphs is a fundamental optimization problem which has stimulated resea...
The purpose of this bachelor thesis is to summarize the most important results on bidirectional heur...
Although the heuristic search algorithm A * is well-known to be optimally efficient, this result exp...
We present a search algorithm, called K*, for finding the k shortest paths (KSP) between a designate...
The main focus of this work is about a new special designed algorithm, called Cascading A * (CA*), t...
Resource constrained path finding is a well studied topic in AI, with real-world applications in dif...
Computing the shortest path between two locations in a road network is an important problem that has...
In the past few years, new very successful bidirectional heuristic search algorithms have been propo...
We present a heuristic search algorithm for the Rd Manhattan shortest path problem that achieves fro...
For finding a shortest path in a network bidirectional A* is a widely known algorithm. This algorith...
The state of the art in bidirectional search has changed significantly a very short time period; we ...
textabstractFor finding a shortest path in a network the bidirectional~A* algorithm is a widely kno...
We present a new algorithm to reduce the space complexity of heuristic search. It is most effective ...
Bidirectional heuristic search is a well-known technique for solving pathfinding problems. The goal ...
For finding a shortest path in a network the bidirectional A * algorithm is a widely known algorithm...
The shortest path problem in graphs is a fundamental optimization problem which has stimulated resea...
The purpose of this bachelor thesis is to summarize the most important results on bidirectional heur...
Although the heuristic search algorithm A * is well-known to be optimally efficient, this result exp...
We present a search algorithm, called K*, for finding the k shortest paths (KSP) between a designate...
The main focus of this work is about a new special designed algorithm, called Cascading A * (CA*), t...
Resource constrained path finding is a well studied topic in AI, with real-world applications in dif...
Computing the shortest path between two locations in a road network is an important problem that has...
In the past few years, new very successful bidirectional heuristic search algorithms have been propo...
We present a heuristic search algorithm for the Rd Manhattan shortest path problem that achieves fro...