AIMar 30, 2021

On AO*, Proof Number Search and Minimax Search

arXiv:2103.16692v1
AI Analysis

This work clarifies theoretical connections between search algorithms, which is incremental for researchers in AI and game theory.

The paper investigates the relationships between AO*, proof number search, and minimax search, arguing that generalized proof number search can serve as a more informed alternative to AO* for solving AND/OR graphs and that minimax search can be extended with dual heuristics.

We discuss the interconnections between AO*, adversarial game-searching algorithms, e.g., proof number search and minimax search. The former was developed in the context of a general AND/OR graph model, while the latter were mostly presented in game-trees which are sometimes modeled using AND/OR trees. It is thus worth investigating to what extent these algorithms are related and how they are connected. In this paper, we explicate the interconnections between these search paradigms. We argue that generalized proof number search might be regarded as a more informed replacement of AO* for solving arbitrary AND/OR graphs, and the minimax principle might also extended to use dual heuristics.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes