We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5dd000 commit f0f5cd4Copy full SHA for f0f5cd4
src/evaluate.cpp
@@ -156,7 +156,7 @@ namespace {
156
constexpr Score CloseEnemies = S( 8, 0);
157
constexpr Score CorneredBishop = S( 50, 50);
158
constexpr Score Hanging = S( 69, 36);
159
- constexpr Score KingProtector = S( 5, 7);
+ constexpr Score KingProtector = S( 9, 9);
160
constexpr Score KnightOnQueen = S( 16, 12);
161
constexpr Score LongDiagonalBishop = S( 45, 0);
162
constexpr Score MinorBehindPawn = S( 18, 3);
0 commit comments