mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
Correct comment
closes https://github.com/official-stockfish/Stockfish/pull/6159 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
2c9a1871ae
commit
bdc393d3a2
+1
-1
@@ -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--;
|
||||
|
||||
Reference in New Issue
Block a user