X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fucioption.cpp;h=eada2a431c8f7fe523988277a70ff943655b99f5;hb=6e2371a86bd987487d836482cd9bbe4ceaac2ef7;hp=e59a43a9148f620c7ccbc7000bd0d806fc53eda0;hpb=e70eae2c91840c06f69e900c231b6a8a9660b438;p=stockfish diff --git a/src/ucioption.cpp b/src/ucioption.cpp index e59a43a9..eada2a43 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2012 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2013 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -70,7 +70,7 @@ void init(OptionsMap& o) { o["Passed Pawns (Middle Game)"] = Option(100, 0, 200, on_eval); o["Passed Pawns (Endgame)"] = Option(100, 0, 200, on_eval); o["Space"] = Option(100, 0, 200, on_eval); - o["Min Split Depth"] = Option(msd, 4, 7, on_threads); + o["Min Split Depth"] = Option(msd, 4, 12, on_threads); o["Max Threads per Split Point"] = Option(5, 4, 8, on_threads); o["Threads"] = Option(cpus, 1, MAX_THREADS, on_threads); o["Use Sleeping Threads"] = Option(true);