mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Increase QueenContactCheckBonus
And also other check bonuses. After 4272 games on russian cluster at 30"+0.1 Mod - Orig: 711 - 612 - 2949 ELO +8 (+- 4.2) Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
1a2768705a
commit
4143d00011
1 changed files with 3 additions and 3 deletions
|
@ -199,9 +199,9 @@ namespace {
|
||||||
const int KingAttackWeights[] = { 0, 0, 2, 2, 3, 5 };
|
const int KingAttackWeights[] = { 0, 0, 2, 2, 3, 5 };
|
||||||
|
|
||||||
// Bonuses for enemy's safe checks
|
// Bonuses for enemy's safe checks
|
||||||
const int QueenContactCheckBonus = 3;
|
const int QueenContactCheckBonus = 6;
|
||||||
const int QueenCheckBonus = 2;
|
const int QueenCheckBonus = 3;
|
||||||
const int RookCheckBonus = 1;
|
const int RookCheckBonus = 2;
|
||||||
const int BishopCheckBonus = 1;
|
const int BishopCheckBonus = 1;
|
||||||
const int KnightCheckBonus = 1;
|
const int KnightCheckBonus = 1;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue