Cancellable solving, re-added solving randomization

This commit is contained in:
Asriel Camora
2023-06-29 01:46:21 -07:00
parent 1370957fc7
commit 37950b557e
2 changed files with 21 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ public readonly record struct SolverConfig
public SolverConfig()
{
Iterations = 30000;
Iterations = 300000;
ScoreStorageThreshold = 1f;
MaxScoreWeightingConstant = 0.1f;
ExplorationConstant = 4f;