mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Enable IID at non-PV nodes
We want to increrase the opportunities of doing an exclusion search. After 999 games at 1+0 Mod vs Orig +216 =574 -209 50.35% 503.0/999 +2 ELO Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
a66f31f129
commit
0b9b34655f
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ namespace {
|
||||||
|
|
||||||
// Use internal iterative deepening?
|
// Use internal iterative deepening?
|
||||||
const bool UseIIDAtPVNodes = true;
|
const bool UseIIDAtPVNodes = true;
|
||||||
const bool UseIIDAtNonPVNodes = false;
|
const bool UseIIDAtNonPVNodes = true;
|
||||||
|
|
||||||
// Internal iterative deepening margin. At Non-PV moves, when
|
// Internal iterative deepening margin. At Non-PV moves, when
|
||||||
// UseIIDAtNonPVNodes is true, we do an internal iterative deepening
|
// UseIIDAtNonPVNodes is true, we do an internal iterative deepening
|
||||||
|
|
Loading…
Add table
Reference in a new issue