mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Revert "Reduce more CUT nodes only if parent node is reduced"
This reverts commit d54e8a5955.
It was not proved with SPRT this tweak is stronger. So revert it
for now to follow fishtest guidelines.
bench: 5108393
This commit is contained in:
@@ -949,7 +949,7 @@ split_point_start: // At split points actual search starts from here
|
||||
{
|
||||
ss->reduction = reduction<PvNode>(depth, moveCount);
|
||||
|
||||
if (!PvNode && cutNode && (ss-1)->reduction)
|
||||
if (!PvNode && cutNode)
|
||||
ss->reduction += ONE_PLY;
|
||||
|
||||
if (move == countermoves[0] || move == countermoves[1])
|
||||
|
||||
Reference in New Issue
Block a user