mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Disable "Null driven IID" by default
Testing is not clear. Probably we need to test at deeper depths to have some clear results. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ namespace {
|
||||
const bool UseIIDAtNonPVNodes = false;
|
||||
|
||||
// Use null move driven internal iterative deepening?
|
||||
bool UseNullDrivenIID = true;
|
||||
bool UseNullDrivenIID = false;
|
||||
|
||||
// Internal iterative deepening margin. At Non-PV moves, when
|
||||
// UseIIDAtNonPVNodes is true, we do an internal iterative deepening search
|
||||
|
||||
Reference in New Issue
Block a user