mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Drop OnlyMoveExt PV-condition from 8 plies to 6 plies
Orig - Mod: 731 - 750 Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
25c22ffe7a
commit
1a7047f544
1 changed files with 1 additions and 1 deletions
|
@ -1169,7 +1169,7 @@ namespace {
|
|||
// To verify this we do a reduced search on all the other moves but the ttMove,
|
||||
// if result is lower then TT value minus a margin then we assume ttMove is the
|
||||
// only one playable. It is a kind of relaxed single reply extension.
|
||||
if ( depth >= 8 * OnePly
|
||||
if ( depth >= 6 * OnePly
|
||||
&& tte
|
||||
&& move == tte->move()
|
||||
&& ext < OnePly
|
||||
|
|
Loading…
Add table
Reference in a new issue