X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=be5a1df53d8782189f4ee27c1bac23947377e10f;hp=a478a0cb21fcd69578109a661a69b2af8b8d87b4;hb=b58ecb85c73e31e3fec5d1ea983642864038a5b3;hpb=b4a04d80385d76bb701f6727b0150889ec437723 diff --git a/src/ucioption.cpp b/src/ucioption.cpp index a478a0cb..be5a1df5 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -119,8 +119,6 @@ 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["Futility Pruning (Main Search)"] = Option(true); - o["Futility Pruning (Quiescence Search)"] = Option(true); o["LSN filtering"] = Option(true); o["LSN Time Margin (sec)"] = Option(4, 1, 10); o["LSN Value Margin"] = Option(200, 100, 600);