mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user