Navigation Menu

Skip to content

Commit

Permalink
tweak.
Browse files Browse the repository at this point in the history
bench 4679973
  • Loading branch information
Vizvezdenec committed Oct 10, 2018
1 parent 7e9a72c commit 5147f87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/evaluate.cpp
Expand Up @@ -92,9 +92,9 @@ namespace {
constexpr int KingAttackWeights[PIECE_TYPE_NB] = { 0, 0, 77, 55, 44, 10 };

// Penalties for enemy's safe checks
constexpr int QueenSafeCheck = 800;
constexpr int QueenSafeCheckL = -30;
constexpr int QueenSafeCheckQ = 10;
constexpr int QueenSafeCheck = 820;
constexpr int QueenSafeCheckL = -60;
constexpr int QueenSafeCheckQ = 20;
constexpr int RookSafeCheck = 880;
constexpr int BishopSafeCheck = 435;
constexpr int KnightSafeCheck = 790;
Expand Down

0 comments on commit 5147f87

Please sign in to comment.