mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08: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:
committed by
Marco Costalba
parent
25c22ffe7a
commit
1a7047f544
@@ -1169,7 +1169,7 @@ namespace {
|
|||||||
// To verify this we do a reduced search on all the other moves but the ttMove,
|
// 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
|
// 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.
|
// only one playable. It is a kind of relaxed single reply extension.
|
||||||
if ( depth >= 8 * OnePly
|
if ( depth >= 6 * OnePly
|
||||||
&& tte
|
&& tte
|
||||||
&& move == tte->move()
|
&& move == tte->move()
|
||||||
&& ext < OnePly
|
&& ext < OnePly
|
||||||
|
|||||||
Reference in New Issue
Block a user