X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fucioption.cpp;h=0c3837ce869b64cdf02d2d856f4427832a8fafcf;hb=8d86c87e1e0f883e8772d63c67c360813ecc2092;hp=79f9886897794b0e211c5cbbf63c3cc4b7dcb2af;hpb=a28c17ecb60918bae546ea6aa5b596b7a56d603e;p=stockfish 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));