X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=21a130332e4bfdf5e1626e070232bab67c0954e9;hb=2550c6383b4646d64ab431cbb573991353ed7a2e;hp=a30776801970d1bde0502beaa8b4ca882572c03a;hpb=f010b6db71708e6aa480360167579db91903c4f1;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index a3077680..21a13033 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1375,7 +1375,7 @@ namespace { continue; // Value based pruning - if (depth < 7 * OnePly && approximateEval < beta) + if (approximateEval < beta) { if (futilityValue == VALUE_NONE) futilityValue = evaluate(pos, ei, threadID)