]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Small cleanups.
[stockfish] / src / evaluate.cpp
index df7ff5ea33776e61eb7fb75fa9365d58bc4c1128..ceba25881058d8135a0f50cdff3afc44d56ea4de 100644 (file)
@@ -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);