mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 19:49:14 +00:00
Remove 4*IncrementalFutilityMargin from futilityValue
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
c52da3b806
commit
889c8538a8
1 changed files with 1 additions and 2 deletions
|
@ -1473,8 +1473,7 @@ namespace {
|
|||
{
|
||||
if (futilityValue == VALUE_NONE)
|
||||
futilityValue = evaluate(pos, ei, threadID)
|
||||
+ 64*(1+bitScanReverse32(int(depth) * int(depth)))
|
||||
+ 4*IncrementalFutilityMargin;
|
||||
+ 64*(1+bitScanReverse32(int(depth) * int(depth)));
|
||||
|
||||
futilityValueScaled = futilityValue - moveCount * IncrementalFutilityMargin;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue