Skip to content

Commit

Permalink
Double effect
Browse files Browse the repository at this point in the history
Bench: 3896715
  • Loading branch information
snicolet committed Sep 11, 2019
1 parent d4ea444 commit 49b089b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Expand Up @@ -130,7 +130,7 @@ namespace {
constexpr Score BishopPawns = S( 3, 7);
constexpr Score CorneredBishop = S( 50, 50);
constexpr Score FlankAttacks = S( 8, 0);
constexpr Score FrenchBindDanger = S( 0, 25);
constexpr Score FrenchBindDanger = S( 0, 50);
constexpr Score Hanging = S( 69, 36);
constexpr Score KingProtector = S( 7, 8);
constexpr Score KnightOnQueen = S( 16, 12);
Expand Down

0 comments on commit 49b089b

Please sign in to comment.