]> git.sesse.net Git - stockfish/commitdiff
Fine tune previous patch
authorStefan Geschwentner <Stefan.Geschwentner@web.de>
Fri, 27 Dec 2013 17:46:05 +0000 (18:46 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 27 Dec 2013 17:46:49 +0000 (18:46 +0100)
Passed short TC
LLR: 2.95 (-2.94,2.94) [-1.50,4.50]
Total: 18331 W: 3608 L: 3453 D: 11270

And scored above 50% on a very long test in long TC
LLR: -2.97 (-2.94,2.94) [0.00,6.00]
Total: 51533 W: 8181 L: 8047 D: 35305

bench: 7335588

src/pawns.cpp

index 5c7a55be74cccabb5951bf0d764db20f77060f67..5a0e5d21e92ec864f9581d986e0f0051d5a92085 100644 (file)
@@ -58,7 +58,7 @@ namespace {
     S(34,68), S(83,166), S(0, 0), S( 0, 0) };
 
   // Bonus for file distance of the two outermost pawns
     S(34,68), S(83,166), S(0, 0), S( 0, 0) };
 
   // Bonus for file distance of the two outermost pawns
-  const Score PawnsFileSpan = S(0, 10);
+  const Score PawnsFileSpan = S(0, 15);
 
   // Weakness of our pawn shelter in front of the king indexed by [rank]
   const Value ShelterWeakness[RANK_NB] =
 
   // Weakness of our pawn shelter in front of the king indexed by [rank]
   const Value ShelterWeakness[RANK_NB] =