mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Disable fake-mode
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
253428bb3f
commit
7abe5f12ef
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue