]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
A combo of parameter tweaks
[stockfish] / src / search.cpp
index a26a9ab8cbc1092d8a34171cc7a5765a2aaf0c48..c48865c637210aa7c41defa21877d936884889ae 100644 (file)
@@ -764,7 +764,7 @@ namespace {
                || (ss-2)->staticEval == VALUE_NONE;
 
     // Step 8. Futility pruning: child node (~30 Elo)
-    if (   !rootNode
+    if (   !PvNode
         &&  depth < 7 * ONE_PLY
         &&  eval - futility_margin(depth, improving) >= beta
         &&  eval < VALUE_KNOWN_WIN) // Do not return unproven wins