1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00

Revert "Further push singular extension"

This reverts commit 4c91dbc28e

Seems a regression on extended test by both Gary and me.
This commit is contained in:
Marco Costalba 2013-01-21 23:14:10 +01:00
parent 496c7497cb
commit 166cc0292c

View file

@ -835,7 +835,7 @@ split_point_start: // At split points actual search starts from here
ss->excludedMove = MOVE_NONE; ss->excludedMove = MOVE_NONE;
if (value < rBeta) if (value < rBeta)
ext = rBeta >= beta ? ONE_PLY + ONE_PLY / 2 : ONE_PLY; ext = ONE_PLY;
} }
// Update current move (this must be done after singular extension search) // Update current move (this must be done after singular extension search)