Double solver budget for better solution exploration

This commit is contained in:
Ian Gulliver
2026-02-16 14:09:10 -08:00
parent f8c30a229d
commit 65c96f85b0
2 changed files with 4 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ type Params struct {
}
var DefaultParams = Params{
NumRandom: 50,
NumPerturb: 750,
NumRandom: 100,
NumPerturb: 1500,
PerturbMin: 3,
PerturbMax: 8,
}