Skip to content

Commit

Permalink
Tweak backward. Bench: 3751650
Browse files Browse the repository at this point in the history
  • Loading branch information
SFisGOD committed Mar 9, 2019
1 parent 4d0981f commit 95480b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pawns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace {
#define S(mg, eg) make_score(mg, eg)

// Pawn penalties
constexpr Score Backward = S( 9, 24);
constexpr Score Backward = S(14, 29);
constexpr Score Doubled = S(11, 56);
constexpr Score Isolated = S( 5, 15);

Expand Down

0 comments on commit 95480b4

Please sign in to comment.