new formatting

This commit is contained in:
oyurdakul
2022-04-01 15:22:42 +02:00
parent febb4f1aad
commit b4bc50c865
41 changed files with 487 additions and 256 deletions

View File

@@ -93,8 +93,9 @@ function _run_benchmarks(;
trials,
)
combinations = [
(c, s.first, s.second, m.first, m.second, f.first, f.second, t) for c in cases
for s in optimizers for f in formulations for m in methods for t in trials
(c, s.first, s.second, m.first, m.second, f.first, f.second, t) for
c in cases for s in optimizers for f in formulations for
m in methods for t in trials
]
shuffle!(combinations)
if nworkers() > 1