Skip to content

Commit

Permalink
Adjust NMP_StaticEvalBetaDivisor min value so that the default one …
Browse files Browse the repository at this point in the history
…fits there
  • Loading branch information
eduherminio committed Nov 13, 2024
1 parent c590b71 commit ad74fd0
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 @@ -142,7 +142,7 @@ public int TranspositionTableSize
[SPSA<int>(1, 10, 0.5)]
public int NMP_DepthDivisor { get; set; } = 3;

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

[SPSA<int>(1, 10, 0.5)]
Expand Down

0 comments on commit ad74fd0

Please sign in to comment.