mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Adjust SingleReplyMargin 0x64 -> 0x20
Mod - Orig: 920 - 890 (+6 elo) Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
403db5a6e9
commit
bd618941ce
@@ -173,7 +173,7 @@ namespace {
|
||||
|
||||
// If the TT move is at least SingleReplyMargin better then the
|
||||
// remaining ones we will extend it.
|
||||
const Value SingleReplyMargin = Value(0x64);
|
||||
const Value SingleReplyMargin = Value(0x20);
|
||||
|
||||
// Margins for futility pruning in the quiescence search, and at frontier
|
||||
// and near frontier nodes.
|
||||
|
||||
Reference in New Issue
Block a user