mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23: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;
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Add table
Reference in a new issue