English

Decoupling Generation and Evaluation for Parallel Greedy Best-First Search(extended version)

Artificial Intelligence 2025-06-18 v2 Distributed, Parallel, and Cluster Computing Data Structures and Algorithms

Abstract

In order to understand and control the search behavior of parallel search, recent work has proposed a class of constrained parallel greedy best-first search algorithms which only expands states that satisfy some constraint.However, enforcing such constraints can be costly, as threads must be waiting idly until a state that satisfies the expansion constraint is available. We propose an improvement to constrained parallel search which decouples state generation and state evaluation and significantly improves state evaluation rate, resulting in better search performance.

Keywords

Cite

@article{arxiv.2408.05682,
  title  = {Decoupling Generation and Evaluation for Parallel Greedy Best-First Search(extended version)},
  author = {Takumi Shimoda and Alex Fukunaga},
  journal= {arXiv preprint arXiv:2408.05682},
  year   = {2025}
}

Comments

In Proceedings of SoCS 2025

R2 v1 2026-06-28T18:09:40.159Z