X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fevaluate.cpp;h=0963ddd606d20b6a5fdd2593537a412467f2188b;hp=ee98da90e60097714a132c70e50af020705e250f;hb=0b0b21c608a9c096af6155e39270a29ebfba240f;hpb=7264540107b7f20d16628ac8615070fe3334f5f5 diff --git a/src/evaluate.cpp b/src/evaluate.cpp index ee98da90..0963ddd6 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -457,7 +457,7 @@ namespace { - 873 * !pos.count(Them) - 6 * mg_value(score) / 8 + mg_value(mobility[Them] - mobility[Us]) - + 5 * kingFlankAttacks * kingFlankAttacks / 16 + + 3 * kingFlankAttacks * kingFlankAttacks / 8 - 7; // Transform the kingDanger units into a Score, and subtract it from the evaluation