Navigation Menu

Skip to content

Commit

Permalink
Tweak support multiplier. Bench: 3099765
Browse files Browse the repository at this point in the history
  • Loading branch information
SFisGOD committed Mar 8, 2019
1 parent 1aab5b4 commit 65140b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pawns.cpp
Expand Up @@ -161,7 +161,7 @@ void init() {
for (int support = 0; support <= 2; ++support)
for (Rank r = RANK_2; r < RANK_8; ++r)
{
int v = 17 * support;
int v = 21 * support;
v += (Seed[r] + (phalanx ? (Seed[r + 1] - Seed[r]) / 2 : 0)) >> opposed;

Connected[opposed][phalanx][support][r] = make_score(v, v * (r - 2) / 4);
Expand Down

0 comments on commit 65140b6

Please sign in to comment.