mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00:00
+1
-1
@@ -1035,7 +1035,7 @@ namespace {
|
|||||||
else
|
else
|
||||||
value = alpha + 1; // Just to trigger next condition
|
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);
|
ss[ply].reduction = Depth(0);
|
||||||
value = -search(pos, ss, -alpha, newDepth, ply+1, true, threadID);
|
value = -search(pos, ss, -alpha, newDepth, ply+1, true, threadID);
|
||||||
|
|||||||
Reference in New Issue
Block a user