Partial-Expansion A* with Selective Node Generation

Authors

  • Ariel Felner Ben-Gurion University
  • Meir Goldenberg Ben-Gurion University
  • Guni Sharon Ben-Gurion University
  • Roni Stern Ben-Gurion University
  • Tal Beja Ben-Gurion University
  • Nathan Sturtevant University of Denver
  • Jonathan Schaeffer University of Alberta
  • Robert Holte University of Alberta

DOI:

https://doi.org/10.1609/aaai.v26i1.8137

Abstract

A* is often described as being `optimal', in that it expands the minimum number of unique nodes. But, A* may generate many extra nodes which are never expanded. This is a performance loss, especially when the branching factor is large. Partial Expansion A* addresses this problem when expanding a node, n, by generating all the children of n but only storing children with the same f-cost as n. n is re-inserted into the OPEN list, but with the f-cost of the next best child. This paper introduces an enhanced version of PEA* (EPEA*). Given a priori domain knowledge, EPEA* generates only the children with the same f-cost as the parent. EPEA* is generalized to its iterative-deepening variant, EPE-IDA*. For some domains, these algorithms yield substantial performance improvements. State-of-the-art results were obtained for the pancake puzzle and for some multi-agent pathfinding instances. Drawbacks of EPEA* are also discussed.

Downloads

Published

2021-09-20

How to Cite

Felner, A., Goldenberg, M., Sharon, G., Stern, R., Beja, T., Sturtevant, N., Schaeffer, J., & Holte, R. (2021). Partial-Expansion A* with Selective Node Generation. Proceedings of the AAAI Conference on Artificial Intelligence, 26(1), 471-477. https://doi.org/10.1609/aaai.v26i1.8137

Issue

Section

Constraints, Satisfiability, and Search