Paper

image.png

image.png

The Core Innovation: Dynamic Width Decision

The key innovation is adaptive branching - dynamically deciding whether to "go wider" (explore new solutions) or "go deeper" (refine existing solutions) at each decision point during the search.

The Problem with Traditional Approaches

Traditional methods have fixed strategies:

These fixed strategies miss opportunities because different problems benefit from different exploration-exploitation balances.

How AB-MCTS Works

  1. The GEN Node Concept
  2. Statistical Decision Making

Two Variants

AB-MCTS-M (Mixed Model)