Skip to content

Commit 3b71fa2

Browse files
authored
Disable Uno Solver benchmark (once more)
Comment out benchmark for Multiple Shooting (Hessian) case.
1 parent da4264d commit 3b71fa2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

benchmark/3_bench_predictive_control.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -410,11 +410,11 @@ CASE_MPC["Pendulum"]["NonLinMPC"]["Noneconomic"]["MadNLP"]["SingleShooting"] =
410410
sim!($nmpc_madnlp_ss, $N, $ry; plant=$plant, x_0=$x_0, x̂_0=$x̂_0, progress=false),
411411
samples=samples, evals=evals, seconds=seconds
412412
)
413-
CASE_MPC["Pendulum"]["NonLinMPC"]["Noneconomic"]["Uno"]["MultipleShooting (Hessian)"] =
414-
@benchmarkable(
415-
sim!($nmpc_uno_ms_hess, $N, $ry; plant=$plant, x_0=$x_0, x̂_0=$x̂_0, progress=false),
416-
samples=samples, evals=evals, seconds=seconds
417-
)
413+
# CASE_MPC["Pendulum"]["NonLinMPC"]["Noneconomic"]["Uno"]["MultipleShooting (Hessian)"] =
414+
# @benchmarkable(
415+
# sim!($nmpc_uno_ms_hess, $N, $ry; plant=$plant, x_0=$x_0, x̂_0=$x̂_0, progress=false),
416+
# samples=samples, evals=evals, seconds=seconds
417+
# )
418418

419419
# ----------------- Case study: Pendulum economic --------------------------------
420420
model2, p = pendulum_model2, pendulum_p2

0 commit comments

Comments
 (0)