mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00: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
|
&& !isCheck
|
||||||
&& refinedValue < beta - razor_margin(depth)
|
&& refinedValue < beta - razor_margin(depth)
|
||||||
&& ttMove == MOVE_NONE
|
&& ttMove == MOVE_NONE
|
||||||
&& (ss-1)->currentMove != MOVE_NULL
|
|
||||||
&& !value_is_mate(beta)
|
&& !value_is_mate(beta)
|
||||||
&& !pos.has_pawn_on_7th(pos.side_to_move()))
|
&& !pos.has_pawn_on_7th(pos.side_to_move()))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user