Skip to content

Commit

Permalink
Try 1/4th the delta from master given by tuning
Browse files Browse the repository at this point in the history
Bench : 5754238
  • Loading branch information
snicolet committed Aug 11, 2017
1 parent 6eaa810 commit 97a790a
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 @@ -198,7 +198,7 @@ namespace Pawns {

void init() {

static const int Seed[RANK_NB] = { 0, 28, 59, 50, 81, 56, 57, 115 };
static const int Seed[RANK_NB] = { 0, 23, 47, 39, 79, 71, 96, 187 };

for (int opposed = 0; opposed <= 1; ++opposed)
for (int phalanx = 0; phalanx <= 1; ++phalanx)
Expand Down

0 comments on commit 97a790a

Please sign in to comment.