Skip to content

Commit

Permalink
Increase MVV to thousands
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Jan 31, 2024
1 parent 1480181 commit ecfb9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lynx/EvaluationConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ static EvaluationConstants()

public static readonly int[] MVV_PieceValues =
[
100, 350, 400, 500, 1100, 0,
100, 350, 400, 500, 1100, 0,
1000, 3500, 4000, 5000, 11000, 0,
1000, 3500, 4000, 5000, 11000, 0,
0
];

Expand Down

0 comments on commit ecfb9eb

Please sign in to comment.