Skip to content

Commit

Permalink
compensation 4%
Browse files Browse the repository at this point in the history
  • Loading branch information
MJZ1977 committed Jul 5, 2018
1 parent 9237362 commit 610c051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ namespace {
constexpr Value SpaceThreshold = Value(12222);

// KingAttackWeights[PieceType] contains king attack weights by piece type
constexpr int KingAttackWeights[PIECE_TYPE_NB] = { 0, 0, 88, 63, 50, 11 };
constexpr int KingAttackWeights[PIECE_TYPE_NB] = { 0, 0, 80, 57, 46, 10 };

// Penalties for enemy's safe checks
constexpr int QueenSafeCheck = 780;
Expand Down

0 comments on commit 610c051

Please sign in to comment.