mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Allow razoring after a null move
After 8322 games on Russian Cluster Mod- Orig: 1341 - 1281 - 5700 ELO +2 (+- 3) LOS 75% Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -1070,7 +1070,6 @@ namespace {
|
||||
&& !isCheck
|
||||
&& refinedValue < beta - razor_margin(depth)
|
||||
&& ttMove == MOVE_NONE
|
||||
&& (ss-1)->currentMove != MOVE_NULL
|
||||
&& !value_is_mate(beta)
|
||||
&& !pos.has_pawn_on_7th(pos.side_to_move()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user