X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fevaluate.cpp;h=ceba25881058d8135a0f50cdff3afc44d56ea4de;hp=df7ff5ea33776e61eb7fb75fa9365d58bc4c1128;hb=0c878adb36c1013944231083d6a7b3b53aa1ad7e;hpb=ddd4224640e04463c62b5896660f6f6abe4cc1a5 diff --git a/src/evaluate.cpp b/src/evaluate.cpp index df7ff5ea..ceba2588 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -520,7 +520,6 @@ namespace { } // Bonus for restricting their piece moves - // Greater bonus when landing square is occupied b = attackedBy[Them][ALL_PIECES] & ~stronglyProtected & attackedBy[Us][ALL_PIECES]; @@ -721,7 +720,6 @@ namespace { - 43 * almostUnwinnable -110 ; - // Give more importance to non-material score Value mg = mg_value(score); Value eg = eg_value(score);