]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Tweak the connected[] array value for pawns on rank 5
[stockfish] / src / pawns.cpp
index 3e926005b37d2b844f1be9677a39f4518d58a21d..6623ab71b80b9db18c59a9cbdfba11c62a3c89cd 100644 (file)
@@ -179,7 +179,7 @@ namespace Pawns {
 
 void init() {
 
-  static constexpr int Seed[RANK_NB] = { 0, 13, 24, 18, 76, 100, 175, 330 };
+  static constexpr int Seed[RANK_NB] = { 0, 13, 24, 18, 65, 100, 175, 330 };
 
   for (int opposed = 0; opposed <= 1; ++opposed)
       for (int phalanx = 0; phalanx <= 1; ++phalanx)