mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 11:06:58 +08:00
@@ -1035,7 +1035,7 @@ namespace {
|
||||
else
|
||||
value = alpha + 1; // Just to trigger next condition
|
||||
|
||||
if (value > alpha) // Go with full depth pv search
|
||||
if (value > alpha) // Go with full depth non-pv search
|
||||
{
|
||||
ss[ply].reduction = Depth(0);
|
||||
value = -search(pos, ss, -alpha, newDepth, ply+1, true, threadID);
|
||||
|
||||
Reference in New Issue
Block a user