]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Using a S-curve for the optimism measure
[stockfish] / src / ucioption.cpp
index 4d925d6827332f98b18bce9b7622ee6c7bbfd815..f648c017de26e934134e7585319a68c2a629878d 100644 (file)
@@ -59,7 +59,7 @@ void init(OptionsMap& o) {
   const int MaxHashMB = Is64Bit ? 131072 : 2048;
 
   o["Debug Log File"]        << Option("", on_logger);
-  o["Contempt"]              << Option(18, -100, 100);
+  o["Contempt"]              << Option(12, -100, 100);
   o["Threads"]               << Option(1, 1, 512, on_threads);
   o["Hash"]                  << Option(16, 1, MaxHashMB, on_hash_size);
   o["Clear Hash"]            << Option(on_clear_hash);