mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-27 04:26:24 +08:00
Fix IIDMargin description
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -188,7 +188,7 @@ namespace {
|
||||
const Depth IIDDepth[2] = { 8 * OnePly /* non-PV */, 5 * OnePly /* PV */};
|
||||
|
||||
// At Non-PV nodes we do an internal iterative deepening search
|
||||
// when the static evaluation is at most IIDMargin below beta.
|
||||
// when the static evaluation is bigger then beta - IIDMargin.
|
||||
const Value IIDMargin = Value(0x100);
|
||||
|
||||
// Step 11. Decide the new search depth
|
||||
|
||||
Reference in New Issue
Block a user