Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Nov 17, 2024
1 parent 543bb23 commit 815d933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Lynx/TunableEvalParameters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Lynx;

#pragma warning disable IDE0055, IDE1006 // Discard formatting and naming styles

public static class TunableEvalParameters
internal static partial class TunableEvalParameters
{
internal static readonly short[][][] MiddleGamePieceValues =
[
Expand Down Expand Up @@ -6014,7 +6014,7 @@ public static class TunableEvalParameters

public static partial class EvaluationParams
{
#pragma warning disable IDE0052, CS0169 // Remove unread private members
#pragma warning disable IDE0051, IDE0052, CS0169 // Remove unread private members

[GeneratedPack(-17, -14)]
private static readonly int _IsolatedPawnPenalty;
Expand Down Expand Up @@ -6043,7 +6043,7 @@ public static partial class EvaluationParams
[GeneratedPack(-47, -33)]
private static readonly int _PieceAttackedByPawnPenalty;

#pragma warning restore IDE0052 // Remove unread private members
#pragma warning restore IDE0051, IDE0052, CS0169 // Remove unread private members

public static readonly TaperedEvaluationTermByRank PawnPhalanxBonus =
[
Expand Down

0 comments on commit 815d933

Please sign in to comment.