English

A Survey of Parallel A*

Artificial Intelligence 2017-08-18 v1

Abstract

A* is a best-first search algorithm for finding optimal-cost paths in graphs. A* benefits significantly from parallelism because in many applications, A* is limited by memory usage, so distributed memory implementations of A* that use all of the aggregate memory on the cluster enable problems that can not be solved by serial, single-machine implementations to be solved. We survey approaches to parallel A*, focusing on decentralized approaches to A* which partition the state space among processors. We also survey approaches to parallel, limited-memory variants of A* such as parallel IDA*.

Keywords

Cite

@article{arxiv.1708.05296,
  title  = {A Survey of Parallel A*},
  author = {Alex Fukunaga and Adi Botea and Yuu Jinnai and Akihiro Kishimoto},
  journal= {arXiv preprint arXiv:1708.05296},
  year   = {2017}
}

Comments

arXiv admin note: text overlap with arXiv:1201.3204

R2 v1 2026-06-22T21:17:12.856Z