]> git.sesse.net Git - stockfish/commitdiff
Tune PawnsFileSpan
authorsnicolet <cassio@free.fr>
Sun, 26 Oct 2014 23:08:56 +0000 (00:08 +0100)
committerJoona Kiiski <joona.kiiski@gmail.com>
Mon, 27 Oct 2014 11:48:44 +0000 (11:48 +0000)
Passed the following SPRT tests:

STC:
LLR: 2.96 (-2.94,2.94) [-1.50,4.50]
Total: 24428 W: 5056 L: 4880 D: 14492

LTC:
LLR: 2.96 (-2.94,2.94) [0.00,4.00]
Total: 26590 W: 4715 L: 4472 D: 17403

Bench: 6615949

Resolves #78

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);