1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00: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:
Marco Costalba 2013-06-14 08:24:37 +02:00
parent 2c7ab488a8
commit 02420d4670

View file

@ -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])