Skip to content

Commit 7f68fc6

Browse files
committed
Revert Contempt = 20
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
1 parent 896bd91 commit 7f68fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ucioption.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void init(OptionsMap& o) {
5757
o["Write Debug Log"] << Option(false, on_logger);
5858
o["Write Search Log"] << Option(false);
5959
o["Search Log Filename"] << Option("SearchLog.txt");
60-
o["Contempt Factor"] << Option(20, -100, 100);
60+
o["Contempt Factor"] << Option(0, -100, 100);
6161
o["Min Split Depth"] << Option(0, 0, 12, on_threads);
6262
o["Threads"] << Option(1, 1, MAX_THREADS, on_threads);
6363
o["Hash"] << Option(32, 1, 1024 * 1024, on_hash_size);

0 commit comments

Comments
 (0)