]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
A combo of parameters tweaks
[stockfish] / src / evaluate.cpp
index d04d724ae5bb8b185c8b2a230ef242cb3b602a2d..449cf6d7463f4ed3f716daf7af0bc91e34c50165 100644 (file)
@@ -730,7 +730,7 @@ namespace {
 
     // Compute the initiative bonus for the attacking side
     int complexity =   9 * pe->passed_count()
-                    + 11 * pos.count<PAWN>()
+                    + 12 * pos.count<PAWN>()
                     +  9 * outflanking
                     + 21 * pawnsOnBothFlanks
                     + 24 * infiltration