Skip to content

Commit

Permalink
tune 1
Browse files Browse the repository at this point in the history
  • Loading branch information
MJZ1977 committed Sep 13, 2019
1 parent fd61f35 commit e2c8f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Expand Up @@ -122,7 +122,7 @@ namespace {
};

constexpr Score Hanging[PIECE_TYPE_NB] = {
S( 69, 36), S( 69, 36), S( 69, 36), S( 69, 36), S( 69, 36), S( 69, 36)
S( 0, 0), S( 73, 40), S( 68, 36), S( 64, 32), S( 81, 36), S( 76, 35)
};

// PassedRank[Rank] contains a bonus according to the rank of a passed pawn
Expand Down

0 comments on commit e2c8f66

Please sign in to comment.