mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Retire recapture extension also for PvNode
Seems that extension is useless. After 10105 games Mod vs Orig 1738 - 1702 - 6665 ELO +1 (+- 4) Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -1749,15 +1749,6 @@ split_point_start: // At split points actual search starts from here
|
|||||||
*dangerous = true;
|
*dangerous = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( PvNode
|
|
||||||
&& captureOrPromotion
|
|
||||||
&& pos.type_of_piece_on(move_to(m)) != PAWN
|
|
||||||
&& pos.see_sign(m) >= 0)
|
|
||||||
{
|
|
||||||
result += ONE_PLY / 2;
|
|
||||||
*dangerous = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return Min(result, ONE_PLY);
|
return Min(result, ONE_PLY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user