mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 16:47:37 +00:00
committed by
Marco Costalba
parent
253428bb3f
commit
7abe5f12ef
@@ -1367,6 +1367,7 @@ namespace {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
// Uncomment to debug sp_search() in single thread mode
|
// Uncomment to debug sp_search() in single thread mode
|
||||||
|
/*
|
||||||
if ( bestValue < beta
|
if ( bestValue < beta
|
||||||
&& depth >= 4
|
&& depth >= 4
|
||||||
&& Iteration <= 99
|
&& Iteration <= 99
|
||||||
@@ -1375,6 +1376,7 @@ namespace {
|
|||||||
&& TM.split<true>(pos, ss, ply, &alpha, beta, &bestValue,
|
&& TM.split<true>(pos, ss, ply, &alpha, beta, &bestValue,
|
||||||
depth, mateThreat, &moveCount, &mp, threadID, PvNode))
|
depth, mateThreat, &moveCount, &mp, threadID, PvNode))
|
||||||
break;
|
break;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
// Step 19. Check for mate and stalemate
|
// Step 19. Check for mate and stalemate
|
||||||
|
|||||||
Reference in New Issue
Block a user