new formatting

This commit is contained in:
oyurdakul
2022-04-01 15:17:14 +02:00
parent 8988b00b07
commit febb4f1aad
45 changed files with 274 additions and 487 deletions

View File

@@ -93,9 +93,8 @@ 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