refactor gridsearch to have only one go method

This commit is contained in:
2023-12-02 10:59:05 +01:00
parent 33cd32c639
commit 03e4437fea
5 changed files with 176 additions and 137 deletions

3
.vscode/launch.json vendored
View File

@@ -46,7 +46,8 @@
"--discretize",
"--continue",
"glass",
"--only"
"--only",
"--compute"
],
"cwd": "${workspaceFolder}/../discretizbench",
},