mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Set IncrementalFutilityMargin to 8
After 999 games we are almost equal (+2 ELO), but we have a good result against Rybka Rybka 2.3.2a mp 32-bit vs Mod 254.5 - 242.5 +152/-140/=205 51.21% Rybka 2.3.2a mp 32-bit vs Orig 259.5 - 236.5 +151/-128/=217 52.32% Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
0fc9d9ef61
commit
9a46ac6b2c
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ namespace {
|
|||
const Value FutilityMarginQS = Value(0x80);
|
||||
|
||||
// Each move futility margin is decreased
|
||||
const Value IncrementalFutilityMargin = Value(0x4);
|
||||
const Value IncrementalFutilityMargin = Value(0x8);
|
||||
|
||||
// Razoring
|
||||
const Depth RazorDepth = 4*OnePly;
|
||||
|
|
Loading…
Add table
Reference in a new issue