Chess - Programming - Razoring

Similar in concept to futility pruning.

Precise definitions of the technique vary, but typically razoring is applied two or three plies away from quiescence, and if the static evaluation plus some (relatively large) margin is less than alpha, we reduce the search depth by one.


Razoring