]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Use quiescence search for Probcut
[stockfish] / src / evaluate.cpp
index f6764b18466ae4ad010f3ec57b7ed105b1314f04..6783ffd8595fcaa32f1e584ffdd2fca8362aeb41 100644 (file)
@@ -765,6 +765,7 @@ namespace {
                     +  8 * pe->pawn_asymmetry()
                     + 12 * pos.count<PAWN>()
                     + 16 * pawnsOnBothFlanks
+                    + 48 * !pos.non_pawn_material()
                     -136 ;
 
     // Now apply the bonus: note that we find the attacking side by extracting