mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
committed by
Marco Costalba
parent
253428bb3f
commit
7abe5f12ef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user