X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fucioption.cpp;h=c388c5cf5340f3a1a6a5bde067eef85de637995e;hb=315c58354e3c4e9e1f71fc3ead1c1e0b093756c9;hp=4b7c3352f1926cd75d1eb52ef1d12957851289f0;hpb=33bd67e052e26079cbb7e5e03c93f518f25701c3;p=stockfish diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 4b7c3352..c388c5cf 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -74,8 +74,6 @@ OptionsMap::OptionsMap() { o["Best Book Move"] = UCIOption(false); o["Mobility (Middle Game)"] = UCIOption(100, 0, 200); o["Mobility (Endgame)"] = UCIOption(100, 0, 200); - o["Pawn Structure (Middle Game)"] = UCIOption(100, 0, 200); - o["Pawn Structure (Endgame)"] = UCIOption(100, 0, 200); o["Passed Pawns (Middle Game)"] = UCIOption(100, 0, 200); o["Passed Pawns (Endgame)"] = UCIOption(100, 0, 200); o["Space"] = UCIOption(100, 0, 200); @@ -84,7 +82,7 @@ OptionsMap::OptionsMap() { o["Minimum Split Depth"] = UCIOption(4, 4, 7); o["Maximum Number of Threads per Split Point"] = UCIOption(5, 4, 8); o["Threads"] = UCIOption(1, 1, MAX_THREADS); - o["Use Sleeping Threads"] = UCIOption(true); + o["Use Sleeping Threads"] = UCIOption(false); o["Hash"] = UCIOption(32, 4, 8192); o["Clear Hash"] = UCIOption(false, "button"); o["Ponder"] = UCIOption(true);