From 0719470e50d4952745eb7071b9e6af4d80802c57 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sat, 29 May 2010 09:43:18 +0100 Subject: [PATCH] Fix IIDMargin description No functional change. Signed-off-by: Marco Costalba --- src/search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.cpp b/src/search.cpp index 71768fef..96720e21 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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 -- 2.39.2