X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=a8b34c7021c27e05d4545bd22e5e3fb648320e18;hp=89e470585e0f0f8e3bf6073d80967895380981a3;hb=339e1b49f619ceffa75019e196adf4de74b32cce;hpb=786564068bb22c750c41649733d4aa6733accaec diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 89e47058..a8b34c70 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -81,14 +81,6 @@ OptionsMap::OptionsMap() { o["Space"] = Option(100, 0, 200); o["Aggressiveness"] = Option(100, 0, 200); o["Cowardice"] = Option(100, 0, 200); - o["Check Extension (PV nodes)"] = Option(2, 0, 2); - o["Check Extension (non-PV nodes)"] = Option(1, 0, 2); - o["Pawn Push to 7th Extension (PV nodes)"] = Option(1, 0, 2); - o["Pawn Push to 7th Extension (non-PV nodes)"] = Option(1, 0, 2); - o["Passed Pawn Extension (PV nodes)"] = Option(1, 0, 2); - o["Passed Pawn Extension (non-PV nodes)"] = Option(0, 0, 2); - o["Pawn Endgame Extension (PV nodes)"] = Option(2, 0, 2); - o["Pawn Endgame Extension (non-PV nodes)"] = Option(2, 0, 2); o["Minimum Split Depth"] = Option(4, 4, 7); o["Maximum Number of Threads per Split Point"] = Option(5, 4, 8); o["Threads"] = Option(1, 1, MAX_THREADS);