Tweak horde imbalance
authorFabian Fichter <ianfab@users.noreply.github.com>
Fri, 11 Dec 2020 12:49:22 +0000 (13:49 +0100)
committerFabian Fichter <ianfab@users.noreply.github.com>
Fri, 11 Dec 2020 12:49:22 +0000 (13:49 +0100)
horde STC
LLR: 2.96 (-2.94,2.94) [0.00,10.00]
Total: 1562 W: 834 L: 710 D: 18
http://www.variantfishtest.org:6543/tests/view/5fd290846e23db221d9e94d2

horde LTC
LLR: 2.94 (-2.94,2.94) [0.00,10.00]
Total: 714 W: 411 L: 299 D: 4
http://www.variantfishtest.org:6543/tests/view/5fd2b1a46e23db221d9e94dc

src/evaluate.cpp

index 49cd52e..e038503 100644 (file)
@@ -1178,7 +1178,7 @@ namespace {
                 for (File f = FILE_A; f <= pos.max_file(); ++f)
                 {
                     l = m; m = r; r = popcount(pos.pieces(Us, PAWN) & shift<EAST>(file_bb(f)));
-                    score -= make_score(40, 40) * m / (1 + l * r);
+                    score -= make_score(70, 70) * m / (1 + l * r);
                 }
             }
             else if (pos.count<PAWN>(Them) == pos.count<ALL_PIECES>(Them) && pos.pieces(Us, ROOK, QUEEN))