R is a common name for a constant or variable signifying depth reduction used in the Null Move Pruning[1], Null Move Reductions and independently in Multi-Cut[2]. In many null move implementations it is either 2 or 3, the exact formula being depth - R - 1.
Variable Reduction
When R becomes a variable, then we say that a program uses adaptive null move pruning, first described by Ernst A. Heinz[3], using R=3 when normal search depth exceeds 6 plies and R=2 otherwise, while more recently most engines account increased search depth with greater reductions [4].
Table of Contents
R is a common name for a constant or variable signifying depth reduction used in the Null Move Pruning [1], Null Move Reductions and independently in Multi-Cut [2]. In many null move implementations it is either 2 or 3, the exact formula being depth - R - 1.
Variable Reduction
When R becomes a variable, then we say that a program uses adaptive null move pruning, first described by Ernst A. Heinz [3], using R=3 when normal search depth exceeds 6 plies and R=2 otherwise, while more recently most engines account increased search depth with greater reductions [4].Forum Posts
1997 ...
2000 ...
2010 ...
References
What links here?
Up one Level