What is the “nearest competitor” to alpha-beta pruning? Why is
alpha-beta pruning better?
What does the “alpha” in alpha-beta pruning represent?
Your classmate Diego says that alpha-beta
pruning might not make the same move as a more careful but
slower algorithm. Do you agree or disagree with Diego? Explain.
Your classmate Elina says that using alpha-beta pruning results
in the optimal move that would result from perfect play from the
given position to the end of the game. Do you agree or disagree?
Explain.
Alpha-Beta Algorithm
Annotate each node with its value under optimal play.
Record $\alpha$, $\beta$, $\le n$, or $m\le$ to indicate.