From 572c9b6c17c572291c2a139a40f5613605552239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20C=C3=A1ceres?= Date: Mon, 29 Jul 2024 11:11:17 +0200 Subject: [PATCH] Re-tune after applying https://github.com/lynx-chess/Lynx/pull/829 in texel-tuner --- src/Lynx/EvaluationConstants.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Lynx/EvaluationConstants.cs b/src/Lynx/EvaluationConstants.cs index b7eb8dbbb..f84c4a08a 100644 --- a/src/Lynx/EvaluationConstants.cs +++ b/src/Lynx/EvaluationConstants.cs @@ -32,8 +32,8 @@ public static class EvaluationConstants internal static readonly short[] EndGamePieceValues = [ - +123, +427, +363, +747, +1424, 0, - -123, -427, -363, -747, -1424, 0 + +123, +427, +363, +747, +1425, 0, + -123, -427, -363, -747, -1425, 0 ]; internal static readonly short[] MiddleGamePawnTable = @@ -170,7 +170,7 @@ public static class EvaluationConstants internal static readonly short[] EndGameKingTable = [ - -77, -49, -28, -1, -41, -9, -43, -90, + -77, -49, -28, -1, -41, -9, -43, -91, -23, 15, 24, 37, 43, 30, 8, -29, -2, 40, 69, 81, 84, 73, 40, 10, 0, 52, 90, 122, 120, 92, 63, 23,