Correct comment

closes https://github.com/official-stockfish/Stockfish/pull/6159

No functional change
This commit is contained in:
FauziAkram
2025-07-24 10:26:15 +02:00
committed by Joost VandeVondele
parent 2c9a1871ae
commit bdc393d3a2
+1 -1
View File
@@ -891,7 +891,7 @@ Value Search::Worker::search(
improving |= ss->staticEval >= beta + 94;
// Step 10. Internal iterative reductions
// For PV nodes without a ttMove as well as for deep enough cutNodes, we decrease depth.
// At sufficient depth, reduce depth for PV/Cut nodes without a TTMove.
// (*Scaler) Especially if they make IIR less aggressive.
if (!allNode && depth >= 6 && !ttData.move)
depth--;