Use CLOP mean value instead of max

This commit is contained in:
Gary Linscott
2013-02-13 12:21:16 -05:00
parent 671f24ff35
commit d0c2faa5fd
2 changed files with 3 additions and 3 deletions

View File

@@ -150,7 +150,7 @@ namespace {
#undef S
Score BishopPinBonus = make_score(66, 11);
Score BishopPinBonus = make_score(27, 12);
// Bonus for having the side to move (modified by Joona Kiiski)
const Score Tempo = make_score(24, 11);