Minor ui tweaks

This commit is contained in:
Asriel Camora
2023-07-15 23:58:59 +04:00
parent 8417ee4fc5
commit 1cc83ca959
4 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public readonly record struct SolverConfig
public SolverConfig()
{
Iterations = 300000;
Iterations = 100000;
ScoreStorageThreshold = 1f;
MaxScoreWeightingConstant = 0.1f;
ExplorationConstant = 4;