Skip to content

Commit f0f5cd4

Browse files
committed
Opposite effect. Bench: 3648985
1 parent d5dd000 commit f0f5cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evaluate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ namespace {
156156
constexpr Score CloseEnemies = S( 8, 0);
157157
constexpr Score CorneredBishop = S( 50, 50);
158158
constexpr Score Hanging = S( 69, 36);
159-
constexpr Score KingProtector = S( 5, 7);
159+
constexpr Score KingProtector = S( 9, 9);
160160
constexpr Score KnightOnQueen = S( 16, 12);
161161
constexpr Score LongDiagonalBishop = S( 45, 0);
162162
constexpr Score MinorBehindPawn = S( 18, 3);

0 commit comments

Comments
 (0)