Parallel Best-First Search of State-Space Graphs: A Summary of Results
Abstract
This paper presents many different parallel formulations of the A*/Branch-and-Bound search algorithm. The parallel formulations primarily differ in the data structures used. Some formulations are suited only for shared-memory architectures, whereas others are suited for distributedmemory architectures as well. These parallel formulations have been implemented to solve the vertex cover problem and the TSP problem on the BBN Butterfly parallel processor. Using appropriate data structures, we are able to obtain fairly linear speedups for as many as 100 processors. We also discovered problem characteristics that make certain formulations more (or less) suitable for some search problems. Since the bestfirst search paradigm of A*/Branch-and-Bound is very commonly used, we expect these parallel formulations to be effective for a variety of problems. Concurrent and distributed priority queues used in these parallel formulations can be used in many parallel algorithms other than parallel A*/bra...
Cite
Text
Kumar et al. "Parallel Best-First Search of State-Space Graphs: A Summary of Results." AAAI Conference on Artificial Intelligence, 1988.Markdown
[Kumar et al. "Parallel Best-First Search of State-Space Graphs: A Summary of Results." AAAI Conference on Artificial Intelligence, 1988.](https://mlanthology.org/aaai/1988/kumar1988aaai-parallel/)BibTeX
@inproceedings{kumar1988aaai-parallel,
title = {{Parallel Best-First Search of State-Space Graphs: A Summary of Results}},
author = {Kumar, Vipin and Ramesh, K. and Rao, V. Nageshwara},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {1988},
pages = {122-127},
url = {https://mlanthology.org/aaai/1988/kumar1988aaai-parallel/}
}