From: Joona Kiiski Date: Sun, 9 May 2010 19:04:21 +0000 (+0300) Subject: Disable fake-mode X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=7abe5f12efc47d6c059c2c36238878672276b8a2;hp=253428bb3f491d4119a127f5d81be77c372f09b8 Disable fake-mode Signed-off-by: Marco Costalba --- 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