Chess Alpha-Beta Iterative Deepening

Alpha-beta pruning with iterative deepening — Stockfish's core search strategy. Alpha tracks the maximizer's best guarantee; Beta the minimizer's. Branches outside the window are pruned.

Speed:
Frame 0 / 0
Depth limit:  |  α: -∞  |  β: +∞
unvisited
expanding
visited (max)
visited (min)
pruned
best from prev depth