mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +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:
parent
5529706426
commit
03dd1d3c13
1 changed files with 0 additions and 1 deletions
|
@ -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()))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue