X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=faac36ce966727734c0109bf42fda9ef20dac9c1;hp=b6029e0c71f4dcd3506092a0695b22a0c0446d4c;hb=889c8538a8d75ff7b9aa38beb21b9dc1a15b2bac;hpb=c52da3b806b74ba5ab5249784d39da8fec3c7465 diff --git a/src/search.cpp b/src/search.cpp index b6029e0c..faac36ce 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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;