mirror of
https://github.com/sockspls/badfish
synced 2025-07-12 03:59:15 +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)
|
if (futilityValue == VALUE_NONE)
|
||||||
futilityValue = evaluate(pos, ei, threadID)
|
futilityValue = evaluate(pos, ei, threadID)
|
||||||
+ 64*(1+bitScanReverse32(int(depth) * int(depth)))
|
+ 64*(1+bitScanReverse32(int(depth) * int(depth)));
|
||||||
+ 4*IncrementalFutilityMargin;
|
|
||||||
|
|
||||||
futilityValueScaled = futilityValue - moveCount * IncrementalFutilityMargin;
|
futilityValueScaled = futilityValue - moveCount * IncrementalFutilityMargin;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue