1
0
Fork 0

Disable fake-mode

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
sf_2.3.1_base
Joona Kiiski 2010-05-09 22:04:21 +03:00 committed by Marco Costalba
parent 253428bb3f
commit 7abe5f12ef
1 changed files with 2 additions and 0 deletions

View File

@ -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<true>(pos, ss, ply, &alpha, beta, &bestValue,
depth, mateThreat, &moveCount, &mp, threadID, PvNode))
break;
*/
}
// Step 19. Check for mate and stalemate