An efficient path planning algorithm for mobile robots

Z Zeng, W Sun, W Wu, M Xue… - 2019 IEEE 15th …, 2019 - ieeexplore.ieee.org
This paper applies the A^* algorithm commonly used in game development to mobile robot
path planning. Although the A^* algorithm is characterized by optimality, simplicity, and …

Heuristic search for one-to-many shortest path queries

R Stern, M Goldenberg, A Saffidine, A Felner - Annals of Mathematics and …, 2021 - Springer
In this paper we study the One-to-Many Shortest Path Problem (OMSPP), which is the
problem of solving k shortest path problems that share the same start node. This problem …

A goal-prioritized algorithm for additional route deployment on existing mass transportation system

F Lin, HP Hsieh - 2020 IEEE International Conference on Data …, 2020 - ieeexplore.ieee.org
Multi-criteria path planning is an important combinatorial optimization problem with broad
real-world applications. Finding the Pareto-optimal set of paths ideal for all requiring …

Predicting the effectiveness of bidirectional heuristic search

NR Sturtevant, S Shperberg, A Felner… - Proceedings of the …, 2020 - ojs.aaai.org
The question of when bidirectional heuristic search outperforms unidirectional heuristic
search has been revisited numerous times in the field of Artificial Intelligence. This paper re …

Conflict-free multi-agent meeting

D Atzmon, SI Freiman, O Epshtein… - Proceedings of the …, 2021 - ojs.aaai.org
Abstract Multi-Agent Meeting (MAM) is the problem of finding a meeting location for multiple
agents and paths to that location. Practically, a solution to MAM may contain conflicting …

An improved priority function for bidirectional heuristic search

G Sharon, R Holte, A Felner, N Sturtevant - Proceedings of the …, 2016 - ojs.aaai.org
Bidirectional search algorithms interleave a search forward from the start state (start) and a
search backward (ie using reverse operators) from the goal state (goal). We say that the two …

Dynamically improved bounds bidirectional search

EC Sewell, SH Jacobson - Artificial Intelligence, 2021 - Elsevier
This paper presents a bidirectional search algorithm that dynamically improves the bounds
during its execution. It has the property that it always terminates on or before the forward …

Iterative-deepening bidirectional heuristic search with restricted memory

SS Shperberg, S Danishevski, A Felner… - Proceedings of the …, 2021 - ojs.aaai.org
The field of bidirectional heuristic search has recently seen great advances. However, the
subject of memory-restricted bidirectional search has not received recent attention. In this …

Two new bidirectional search algorithms

JA Pavlik, EC Sewell, SH Jacobson - Computational Optimization and …, 2021 - Springer
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 …

Bidirectional Search Strategy for Incremental Search-based Path Planning

C Li, H Ma, J Wang, MQH Meng - 2023 IEEE/RSJ International …, 2023 - ieeexplore.ieee.org
Planning a collision-free path efficiently among obstacles is crucial in robotics. Conventional
one-shot unidirectional path planning algorithms work well in the static environment, but …