Skip to content

Commit 4758fd3

Browse files
zardavlucasart
authored andcommitted
Outpost tuning
double mg bonus and half eg bonus. STC: LLR: 2.95 (-2.94,2.94) [-1.50,4.50] Total: 18142 W: 3094 L: 2948 D: 12100 LTC: LLR: 2.95 (-2.94,2.94) [0.00,4.00] Total: 83561 W: 11706 L: 11329 D: 60526 bench 7831429
1 parent 7f68fc6 commit 4758fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evaluate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ namespace {
255255
bonus += bonus / 2;
256256
}
257257

258-
return make_score(bonus, bonus);
258+
return make_score(bonus * 2, bonus / 2);
259259
}
260260

261261

0 commit comments

Comments
 (0)