X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=0c3837ce869b64cdf02d2d856f4427832a8fafcf;hp=79f9886897794b0e211c5cbbf63c3cc4b7dcb2af;hb=8d86c87e1e0f883e8772d63c67c360813ecc2092;hpb=c172af1b6181b39288870689f912143c04a4040a diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 79f98868..0c3837ce 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -120,6 +120,7 @@ namespace { o.push_back(Option("Full Depth Moves (non-PV nodes)", 3, 1, 100)); o.push_back(Option("Threat Depth", 5, 0, 100)); o.push_back(Option("Selective Plies", 7, 0, 10)); + o.push_back(Option("Null driven IID", true)); o.push_back(Option("Futility Pruning (Main Search)", true)); o.push_back(Option("Futility Pruning (Quiescence Search)", true)); o.push_back(Option("Futility Margin 0", 50, 0, 1000));