X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=eae549ad63f413b077ea9d6828cf6887ea86be54;hp=47238eea30ece691af679d8f788d43c81eca3083;hb=be2925b3c5ef79685f9290414a96efab18bf3a8a;hpb=ace27831eede5095f6ae70da14183bd0ec8e78b4 diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 47238eea..eae549ad 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -72,13 +72,13 @@ OptionsMap::OptionsMap() { o["Search Log Filename"] = UCIOption("SearchLog.txt"); o["Book File"] = UCIOption("book.bin"); o["Best Book Move"] = UCIOption(false); - o["Mobility (Middle Game)"] = UCIOption(115, 0, 200); - o["Mobility (Endgame)"] = UCIOption(85, 0, 200); + o["Mobility (Middle Game)"] = UCIOption(100, 0, 200); + o["Mobility (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); - o["Aggressiveness"] = UCIOption(135, 0, 200); - o["Cowardice"] = UCIOption(85, 0, 200); + o["Aggressiveness"] = UCIOption(100, 0, 200); + o["Cowardice"] = UCIOption(100, 0, 200); 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);