Skip to content

Commit d8b266a

Browse files
junderymcostalba
authored andcommitted
Passed pawn tuning
A small number of tests with simulated annealing at 15s indicated these values may be better And this is verified at long 60+0.05 TC LLR: 2.95 (-2.94,2.94) Total: 40658 W: 7821 L: 7501 D: 25336 bench: 4931544
1 parent abb4077 commit d8b266a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/evaluate.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,8 @@ Value do_evaluate(const Position& pos, Value& margin) {
834834
int rr = r * (r - 1);
835835

836836
// Base bonus based on rank
837-
Value mbonus = Value(20 * rr);
838-
Value ebonus = Value(10 * (rr + r + 1));
837+
Value mbonus = Value(17 * rr);
838+
Value ebonus = Value(7 * (rr + r + 1));
839839

840840
if (rr)
841841
{

0 commit comments

Comments
 (0)