Skip to content

Commit

Permalink
Re-tune after applying #829 in texel-tuner
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Jul 29, 2024
1 parent 1f948b2 commit 572c9b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Lynx/EvaluationConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down Expand Up @@ -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,
Expand Down

1 comment on commit 572c9b6

@eduherminio
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Progress check
40+0.4, Hash 256, no draw agreements or resignations, 8moves_v3.epd:

Score of Lynx 3380 - main vs Lynx 1.5.1: 1049 - 822 - 1959  [0.530] 3830
...      Lynx 3380 - main playing White: 584 - 365 - 966  [0.557] 1915
...      Lynx 3380 - main playing Black: 465 - 457 - 993  [0.502] 1915
...      White vs Black: 1041 - 830 - 1959  [0.528] 3830
Elo difference: 20.6 +/- 7.7, LOS: 100.0 %, DrawRatio: 51.1 %
SPRT: llr 0 (0.0%), lbound -inf, ubound inf

Please sign in to comment.