Skip to content

Commit 37392e4

Browse files
authored
Merge pull request #316 from JuliaControl/uno_bench_enable
bench: re-enabling Uno solver
2 parents bb65ff1 + ddb5238 commit 37392e4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

benchmark/3_bench_predictive_control.jl

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -410,12 +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-
# Commenting out Uno solver for now (2026-02-05), it makes julia crash.
414-
# CASE_MPC["Pendulum"]["NonLinMPC"]["Noneconomic"]["Uno"]["MultipleShooting (Hessian)"] =
415-
# @benchmarkable(
416-
# sim!($nmpc_uno_ms_hess, $N, $ry; plant=$plant, x_0=$x_0, x̂_0=$x̂_0, progress=false),
417-
# samples=samples, evals=evals, seconds=seconds
418-
# )
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+
)
419418

420419
# ----------------- Case study: Pendulum economic --------------------------------
421420
model2, p = pendulum_model2, pendulum_p2

0 commit comments

Comments
 (0)