Skip to content

Commit

Permalink
tweak futility margins
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfab committed Sep 10, 2017
1 parent 3e8af6b commit 2cc2782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Expand Up @@ -69,7 +69,7 @@ namespace {
// Razoring and futility margin based on depth
// razor_margin[0] is unused as long as depth >= ONE_PLY in search
const int razor_margin[] = { 0, 570, 603, 554 };
const int futility_margin[] = { 0, 150, 300, 450, 600, 750, 900 };
const int futility_margin[] = { 0, 140, 300, 445, 585, 748, 908 };

// Futility and reductions lookup tables, initialized at startup
int FutilityMoveCounts[2][16]; // [improving][depth]
Expand Down

0 comments on commit 2cc2782

Please sign in to comment.