1
0
Fork 0
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:
Marco Costalba 2010-09-11 23:33:01 +02:00
parent 1a2768705a
commit 4143d00011

View file

@ -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;