X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fevaluate.cpp;h=449cf6d7463f4ed3f716daf7af0bc91e34c50165;hp=d04d724ae5bb8b185c8b2a230ef242cb3b602a2d;hb=6c1af710d16c6a358cc09c51a133120605c39e44;hpb=20ceeac8b3a3bd13a64d6a224ef190d6cdd94f63 diff --git a/src/evaluate.cpp b/src/evaluate.cpp index d04d724a..449cf6d7 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -730,7 +730,7 @@ namespace { // Compute the initiative bonus for the attacking side int complexity = 9 * pe->passed_count() - + 11 * pos.count() + + 12 * pos.count() + 9 * outflanking + 21 * pawnsOnBothFlanks + 24 * infiltration