]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
NNUE accumulator update in probcut.
[stockfish] / src / search.cpp
index 206779ed1be13ea17b278572a059cffcd229961d..cfb569b90934e6cab2fc1cc7bec602aa5035d8ff 100644 (file)
@@ -899,6 +899,8 @@ namespace {
                     return value;
                 }
             }
+
+        Eval::NNUE::hint_common_parent_position(pos);
     }
 
     // Step 11. If the position is not in TT, decrease depth by 3.