mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33: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:
parent
496c7497cb
commit
166cc0292c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue