Try more aggressive version

This commit is contained in:
Joona Kiiski
2013-04-17 07:58:59 +01:00
parent 3e4dfb49a7
commit 818e0b2d2b
2 changed files with 3 additions and 3 deletions

View File

@@ -584,7 +584,7 @@ Value do_evaluate(const Position& pos, Value& margin) {
// Penalty for bishop with same coloured pawns
if (Piece == BISHOP)
score -= make_score(4, 4) * ei.pi->same_colored_pawn_count(s, Us);
score -= make_score(8, 12) * ei.pi->same_colored_pawn_count(s, Us);
// Bishop and knight outposts squares
if ( (Piece == BISHOP || Piece == KNIGHT)