]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
simplified and increased threshold to switch between NNUE and classical
[stockfish] / src / search.cpp
index 4a9bd7de047cea9911d9b55a4702fab07145a95b..4a993b017542cd84b6cd159f4a5f64e0feee9dd4 100644 (file)
@@ -1134,7 +1134,7 @@ moves_loop: // When in check, search starts from here
       // Castling extension
       if (type_of(move) == CASTLING)
           extension = 1;
-         
+
       // Late irreversible move extension
       if (   move == ttMove
           && pos.rule50_count() > 80