Skip to content

Commit 8ca80cb

Browse files
Stefan Geschwentnermcostalba
authored andcommitted
Fine tune previous patch
Passed short TC LLR: 2.95 (-2.94,2.94) [-1.50,4.50] Total: 18331 W: 3608 L: 3453 D: 11270 And scored above 50% on a very long test in long TC LLR: -2.97 (-2.94,2.94) [0.00,6.00] Total: 51533 W: 8181 L: 8047 D: 35305 bench: 7335588
1 parent 14aebe2 commit 8ca80cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pawns.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace {
5858
S(34,68), S(83,166), S(0, 0), S( 0, 0) };
5959

6060
// Bonus for file distance of the two outermost pawns
61-
const Score PawnsFileSpan = S(0, 10);
61+
const Score PawnsFileSpan = S(0, 15);
6262

6363
// Weakness of our pawn shelter in front of the king indexed by [rank]
6464
const Value ShelterWeakness[RANK_NB] =

0 commit comments

Comments
 (0)