From: Marco Costalba Date: Mon, 14 Nov 2011 08:02:01 +0000 (+0100) Subject: CLOP: Passed pawns weights tuning X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=b56a098cfb5b2ff2e34acda693f2d9878de48aec CLOP: Passed pawns weights tuning Tuned with CLOP against a pool of 3 engines. Result verified with a direct match: After 11720 games at 10"+0.1 Mod vs Orig 1922 - 1832 - 7966 ELO +2 (+-3.6) So no change in self match but if CLOP is right it should be a bit better against an engine pool. Signed-off-by: Marco Costalba --- diff --git a/src/evaluate.cpp b/src/evaluate.cpp index 445ba9cb..7e4f963e 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -89,7 +89,7 @@ namespace { // // Values modified by Joona Kiiski const Score WeightsInternal[] = { - S(252, 344), S(252, 259), S(46, 0), S(247, 0), S(259, 0) + S(252, 344), S(216, 266), S(46, 0), S(247, 0), S(259, 0) }; // MobilityBonus[PieceType][attacked] contains mobility bonuses for middle and