Skip to content

Commit

Permalink
initiative -= 9 * aging()
Browse files Browse the repository at this point in the history
Bench: 3520043
  • Loading branch information
snicolet committed Feb 8, 2019
1 parent a0be77f commit 17deab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Expand Up @@ -760,7 +760,7 @@ namespace {
+ 18 * pawnsOnBothFlanks
+ 49 * !pos.non_pawn_material()
- 2 * pos.rule50_count()
- 11 * pos.aging()
- 9 * pos.aging()
-121 ;

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

0 comments on commit 17deab9

Please sign in to comment.