mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 19:49:14 +00:00
Adjust SingleReplyMargin 0x64 -> 0x20
Mod - Orig: 920 - 890 (+6 elo) Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
403db5a6e9
commit
bd618941ce
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue