]> git.sesse.net Git - stockfish/commitdiff
Increase Mobility
authorMarco Costalba <mcostalba@gmail.com>
Thu, 20 Oct 2011 06:06:05 +0000 (07:06 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 20 Oct 2011 06:06:05 +0000 (07:06 +0100)
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 <mcostalba@gmail.com>
src/evaluate.cpp

index cb77fe3efcbb46f9994d35c0cb7075e479acf8df..f39cd5b35b305982df76c7edcb528820b574f63a 100644 (file)
@@ -88,7 +88,7 @@ namespace {
   //
   // Values modified by Joona Kiiski
   const Score WeightsInternal[] = {
   //
   // 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
   };
 
   // MobilityBonus[PieceType][attacked] contains mobility bonuses for middle and