Skip to content

Commit

Permalink
Tuned values after 100k games, ltc tune.
Browse files Browse the repository at this point in the history
Bench 2103324
  • Loading branch information
xoto10 committed Mar 28, 2024
1 parent 43abd91 commit 29f7d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ using namespace Search;

namespace {

static constexpr double EvalLevel[10] = {1.043, 1.017, 0.952, 1.009, 0.971,
1.002, 0.992, 0.947, 1.046, 1.001};
static constexpr double EvalLevel[10] = {1.044, 1.016, 0.960, 1.002, 0.988,
0.980, 1.007, 0.950, 1.051, 1.010};

// Futility margin
Value futility_margin(Depth d, bool noTtCutNode, bool improving, bool oppWorsening) {
Expand Down

0 comments on commit 29f7d2f

Please sign in to comment.