]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Fix compile on icc
[stockfish] / src / evaluate.cpp
index 2f9cec5cb2891ef48f043c79ff0ed4886f6a387c..5c1f7496d0b208da4984cb2302aaac9b0412ee48 100644 (file)
@@ -124,7 +124,8 @@ namespace {
       S( 94, 99), S( 96,100), S(99,111), S(99,112) }
   };
 
-  // Outpost[knight/bishop][supported by pawn]
+  // Outpost[knight/bishop][supported by pawn] contains bonuses for knights and bishops
+  // outposts, bigger if outpost piece is supported by a pawn.
   const Score Outpost[][2] = {
     { S(28, 7), S(42,11) }, // Knights
     { S(12, 3), S(18, 5) }  // Bishops