1
0
Fork 0

Small passed pawn simplification

STC:
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 21993 W: 4197 L: 4078 D: 13718

LTC:
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 67213 W: 9135 L: 9077 D: 49001

Bench: 7482426

Resolves #622
pull/622/merge
DU-jdto 2016-04-06 10:46:54 +10:00 committed by Joona Kiiski
parent e9e5f72c74
commit 1cbba8d6fa
1 changed files with 0 additions and 3 deletions

View File

@ -614,9 +614,6 @@ namespace {
mbonus += rr + r * 2, ebonus += rr + r * 2;
} // rr != 0
if (pos.count<PAWN>(Us) < pos.count<PAWN>(Them))
ebonus += ebonus / 4;
score += make_score(mbonus, ebonus) + PassedFile[file_of(s)];
}