From 7abe5f12efc47d6c059c2c36238878672276b8a2 Mon Sep 17 00:00:00 2001 From: Joona Kiiski Date: Sun, 9 May 2010 22:04:21 +0300 Subject: [PATCH] Disable fake-mode Signed-off-by: Marco Costalba --- src/search.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/search.cpp b/src/search.cpp index bd7c8b47..e47657fd 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1367,6 +1367,7 @@ namespace { break; // Uncomment to debug sp_search() in single thread mode + /* if ( bestValue < beta && depth >= 4 && Iteration <= 99 @@ -1375,6 +1376,7 @@ namespace { && TM.split(pos, ss, ply, &alpha, beta, &bestValue, depth, mateThreat, &moveCount, &mp, threadID, PvNode)) break; + */ } // Step 19. Check for mate and stalemate -- 2.39.2