Skip to content

Commit

Permalink
NMP_StaticEvalBetaDivisor 50
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Nov 13, 2024
1 parent ad74fd0 commit 9297525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lynx/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public int TranspositionTableSize
public int NMP_DepthDivisor { get; set; } = 3;

[SPSA<int>(50, 350, 15)]
public int NMP_StaticEvalBetaDivisor { get; set; } = 100;
public int NMP_StaticEvalBetaDivisor { get; set; } = 50;

[SPSA<int>(1, 10, 0.5)]
public int NMP_StaticEvalBetaMaxReduction { get; set; } = 3;
Expand Down

0 comments on commit 9297525

Please sign in to comment.