Skip to content

Commit

Permalink
Add note with credits
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Jan 5, 2025
1 parent f9d636e commit b87a5e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Lynx/EvaluationConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ static EvaluationConstants()
/* k */ [1000, 3500, 4001, 5000, 11000, 0, 0, 0, 0, 0, 0 ], // 0]
];

/// <summary>
/// Initial values taken from Viri author, planning to SPSA them
/// </summary>
public static ReadOnlySpan<int> MVV_PieceValues =>
[
0, 2500, 2500, 5000, 10000, 0,
Expand Down

0 comments on commit b87a5e0

Please sign in to comment.