mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 03:57:45 +00:00
Fix IIDMargin description
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -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