mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Halve rook on open file bonus for endgame
After 42206 fast games TC 2"+0.05 Mod vs Orig 12871 - 16849 - 12486 ELO +3 (+- 2.6) Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
c2a68708ef
commit
b966adf103
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ namespace {
|
|||
const Score QueenOn7thBonus = make_score(27, 54);
|
||||
|
||||
// Rooks on open files (modified by Joona Kiiski)
|
||||
const Score RookOpenFileBonus = make_score(43, 43);
|
||||
const Score RookHalfOpenFileBonus = make_score(19, 19);
|
||||
const Score RookOpenFileBonus = make_score(43, 21);
|
||||
const Score RookHalfOpenFileBonus = make_score(19, 10);
|
||||
|
||||
// Penalty for rooks trapped inside a friendly king which has lost the
|
||||
// right to castle.
|
||||
|
|
Loading…
Add table
Reference in a new issue