Skip to content

Commit

Permalink
ReverseFPMaxDepth 6 ReverseFPDepthScalingFactor 75
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Sep 10, 2023
1 parent bc78727 commit 0bf9142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Lynx.Cli/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"BenchDepth": 5,
"BishopPairMaxBonus": 100,
"ReverseFPMaxDepth": 6,
"ReverseFPDepthScalingFactor": 100
"ReverseFPDepthScalingFactor": 75
},

// Logging settings
Expand Down
2 changes: 1 addition & 1 deletion src/Lynx/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public sealed class EngineSettings

public int ReverseFPMaxDepth { get; set; } = 6;

public int ReverseFPDepthScalingFactor { get; set; } = 100;
public int ReverseFPDepthScalingFactor { get; set; } = 75;
}

[JsonSourceGenerationOptions(
Expand Down

0 comments on commit 0bf9142

Please sign in to comment.