mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-06 10:53:50 +08: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:
@@ -199,9 +199,9 @@ namespace {
|
||||
const int KingAttackWeights[] = { 0, 0, 2, 2, 3, 5 };
|
||||
|
||||
// Bonuses for enemy's safe checks
|
||||
const int QueenContactCheckBonus = 3;
|
||||
const int QueenCheckBonus = 2;
|
||||
const int RookCheckBonus = 1;
|
||||
const int QueenContactCheckBonus = 6;
|
||||
const int QueenCheckBonus = 3;
|
||||
const int RookCheckBonus = 2;
|
||||
const int BishopCheckBonus = 1;
|
||||
const int KnightCheckBonus = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user