mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
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 <mcostalba@gmail.com>
This commit is contained in:
parent
8f7d36a85d
commit
36cc214703
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue