X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fucioption.cpp;h=054b6c1713b0b35ebff90653a8c5ae6c013ceb71;hb=c831b0054426df008278bb09db2541f7db25c293;hp=0c3837ce869b64cdf02d2d856f4427832a8fafcf;hpb=8d86c87e1e0f883e8772d63c67c360813ecc2092;p=stockfish diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 0c3837ce..054b6c17 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -120,7 +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("Null driven IID", false)); 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));