From 36cc214703e4c8fe91917b603f7eb476b403f0e4 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Thu, 20 Oct 2011 07:06:05 +0100 Subject: [PATCH] Increase Mobility First tuning with CLOP against a pool of 3 engines. Result verified with a direct match: After 8736 games at 10"+0.1 Mod vs Orig 1470 - 1496 - 5770 ELO -1 (+-4.3) 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 --- src/evaluate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evaluate.cpp b/src/evaluate.cpp index cb77fe3e..f39cd5b3 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -88,7 +88,7 @@ namespace { // // Values modified by Joona Kiiski const Score WeightsInternal[] = { - S(248, 271), S(252, 259), S(46, 0), S(247, 0), S(259, 0) + S(252, 344), S(252, 259), S(46, 0), S(247, 0), S(259, 0) }; // MobilityBonus[PieceType][attacked] contains mobility bonuses for middle and -- 2.39.2