]> git.sesse.net Git - stockfish/commitdiff
Revert Contempt = 20
authorlucasart <lucas.braesch@gmail.com>
Sun, 20 Jul 2014 00:50:54 +0000 (08:50 +0800)
committerlucasart <lucas.braesch@gmail.com>
Sun, 20 Jul 2014 00:50:54 +0000 (08:50 +0800)
Despite being neutral at STC, it turned out to be regressive at LTC:

40k games at LTC with Hash=8
ELO: -2.06 +-1.9 (95%) LOS: 1.4%
Total: 39720 W: 5740 L: 5976 D: 28004

40k games at LTC with Hash=128
ELO: -2.69 +-1.9 (95%) LOS: 0.2%
Total: 39149 W: 5702 L: 6005 D: 27442

bench 7477963

src/ucioption.cpp

index b8a078006cf5cf0a05fa57e5217482cf8704f0f8..63d47f30edfcdb9f07029fb2edcb92899ce7a8e6 100644 (file)
@@ -57,7 +57,7 @@ void init(OptionsMap& o) {
   o["Write Debug Log"]          << Option(false, on_logger);
   o["Write Search Log"]         << Option(false);
   o["Search Log Filename"]      << Option("SearchLog.txt");
   o["Write Debug Log"]          << Option(false, on_logger);
   o["Write Search Log"]         << Option(false);
   o["Search Log Filename"]      << Option("SearchLog.txt");
-  o["Contempt Factor"]          << Option(20, -100,  100);
+  o["Contempt Factor"]          << Option(0, -100,  100);
   o["Min Split Depth"]          << Option(0, 0, 12, on_threads);
   o["Threads"]                  << Option(1, 1, MAX_THREADS, on_threads);
   o["Hash"]                     << Option(32, 1, 1024 * 1024, on_hash_size);
   o["Min Split Depth"]          << Option(0, 0, 12, on_threads);
   o["Threads"]                  << Option(1, 1, MAX_THREADS, on_threads);
   o["Hash"]                     << Option(32, 1, 1024 * 1024, on_hash_size);