Skip to content

Commit 8eefb3c

Browse files
committed
bench: re-enabling UnoSolver.jl
1 parent 68825c5 commit 8eefb3c

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
@@ -438,11 +438,11 @@ CASE_MPC["Pendulum"]["NonLinMPC"]["Noneconomic"]["MadNLP"]["MultipleShooting (He
438438
sim!($nmpc_madnlp_ms_hess, $N, $ry; plant=$plant, x_0=$x_0, x̂_0=$x̂_0, progress=false),
439439
samples=samples, evals=evals, seconds=seconds
440440
)
441-
# CASE_MPC["Pendulum"]["NonLinMPC"]["Noneconomic"]["Uno"]["MultipleShooting (Hessian)"] =
442-
# @benchmarkable(
443-
# sim!($nmpc_uno_ms_hess, $N, $ry; plant=$plant, x_0=$x_0, x̂_0=$x̂_0, progress=false),
444-
# samples=samples, evals=evals, seconds=seconds
445-
# )
441+
CASE_MPC["Pendulum"]["NonLinMPC"]["Noneconomic"]["Uno"]["MultipleShooting (Hessian)"] =
442+
@benchmarkable(
443+
sim!($nmpc_uno_ms_hess, $N, $ry; plant=$plant, x_0=$x_0, x̂_0=$x̂_0, progress=false),
444+
samples=samples, evals=evals, seconds=seconds
445+
)
446446

447447
# ----------------- Case study: Pendulum economic --------------------------------
448448
model2, p = pendulum_model2, pendulum_p2

0 commit comments

Comments
 (0)