X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=fa2a0cab342630862c4c61babc723c9678527729;hp=f23a29ee643353b573183b8764b3e4c73012a41d;hb=17000d1ea0836ff701fb83d76fbc747b88bf60a3;hpb=6cc11272e2834516cb331e1c229128002646fe29 diff --git a/src/ucioption.cpp b/src/ucioption.cpp index f23a29ee..fa2a0cab 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", 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));