Skip to content

Commit

Permalink
twikk.
Browse files Browse the repository at this point in the history
bench 4008508
  • Loading branch information
Vizvezdenec committed Feb 10, 2019
1 parent 74138f0 commit 9f3ab2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Expand Up @@ -759,7 +759,7 @@ namespace {
+ 9 * outflanking
+ 18 * pawnsOnBothFlanks
+ 49 * !pos.non_pawn_material()
+ abs(pe->pawn_rank(WHITE) - pe->pawn_rank(BLACK))
+ 2 * abs(pe->pawn_rank(WHITE) - pe->pawn_rank(BLACK))
-121 ;

// Now apply the bonus: note that we find the attacking side by extracting
Expand Down

0 comments on commit 9f3ab2f

Please sign in to comment.