mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-18 08:07:08 +08: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:
@@ -835,7 +835,7 @@ split_point_start: // At split points actual search starts from here
|
||||
ss->excludedMove = MOVE_NONE;
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user