X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=9ce958977d41ea14d2d8d9854937d987adcdcc24;hp=765e80b4ed96eebba50df89b85dbcde1d435ddb3;hb=1906df44945ef96ab48f6cd43597319ab85f95b2;hpb=b893583bb6f3e469b971e6ee2005a5a49b87b127 diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 765e80b4..9ce95897 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -38,7 +38,7 @@ //// Variables //// -bool Chess960 = false; +bool Chess960; //// @@ -125,14 +125,9 @@ namespace { o["Full Depth Moves (PV nodes)"] = Option(14, 1, 100); o["Full Depth Moves (non-PV nodes)"] = Option(3, 1, 100); o["Threat Depth"] = Option(5, 0, 100); - o["Selective Plies"] = Option(7, 0, 10); o["Futility Pruning (Main Search)"] = Option(true); o["Futility Pruning (Quiescence Search)"] = Option(true); - o["Futility Margin (Quiescence Search)"] = Option(50, 0, 1000); - o["Futility Margin Scale Factor (Main Search)"] = Option(100, 0, 1000); - o["Maximum Razoring Depth"] = Option(3, 0, 4); - o["Razoring Margin"] = Option(300, 150, 600); - o["LSN filtering"] = Option(true); + o["LSN filtering"] = Option(false); o["LSN Time Margin (sec)"] = Option(4, 1, 10); o["LSN Value Margin"] = Option(200, 100, 600); o["Randomness"] = Option(0, 0, 10);