Skip to content

Commit

Permalink
Outpost tuning
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zardav authored and lucasart committed Jul 22, 2014
1 parent 7f68fc6 commit 4758fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ namespace {
bonus += bonus / 2;
}

return make_score(bonus, bonus);
return make_score(bonus * 2, bonus / 2);
}


Expand Down

0 comments on commit 4758fd3

Please sign in to comment.