]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Tune PawnsFileSpan
[stockfish] / src / pawns.cpp
index 2fc8e73666fb78e94d46b75f0dca635f80e6b280..523ed15725001933556a20b195573ddcd5143e4e 100644 (file)
@@ -58,7 +58,7 @@ namespace {
     S(20,20), S(40,40), S(0, 0), S(0, 0) };
 
   // Bonus for file distance of the two outermost pawns
-  const Score PawnsFileSpan = S(0, 15);
+  const Score PawnsFileSpan = S(0, 8);
 
   // Unsupported pawn penalty
   const Score UnsupportedPawnPenalty = S(20, 10);