From 43020ffdb88282a14f7c274291f3ea777b28e08a Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Fri, 11 Dec 2020 13:49:22 +0100 Subject: [PATCH] Tweak horde imbalance 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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/evaluate.cpp b/src/evaluate.cpp index 49cd52e..e038503 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -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(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(Them) == pos.count(Them) && pos.pieces(Us, ROOK, QUEEN)) -- 1.7.0.4