Skip to content

Commit

Permalink
Duplicate history bonuses
Browse files Browse the repository at this point in the history
STC:
LLR:  2.96/2.94<0.00, 10.00> Elo diff: 8.54 [2.18, 14.90] (95%)
Games: 3217 W: 511 L: 432 D: 2274 Draw ratio: 70.7%
Pntl: [25, 300, 891, 355, 37]

LTC:
LLR:  2.96/2.94<0.00, 10.00> Elo diff: 12.70 [4.87, 20.53] (95%)
Games: 1588 W: 201 L: 143 D: 1244 Draw ratio: 78.3%
Pntl: [5, 116, 497, 168, 8]

Bench: 1406508
  • Loading branch information
ruicoelhopedro committed Aug 31, 2023
1 parent 88bfdde commit 5a5ea8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MoveOrder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ constexpr int NUM_CONTINUATION = 3;

constexpr int hist_bonus(Depth d)
{
return std::min(2000, 100 * d);
return std::min(4000, 200 * d);
}


Expand Down

0 comments on commit 5a5ea8a

Please sign in to comment.