Skip to content

Commit b264e0a

Browse files
committed
Merge branch 'main' into custom_linconstraint_Cgen
2 parents e9c527e + 1be4655 commit b264e0a

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ updates:
55
directory: "/" # Location of package manifests
66
schedule:
77
interval: "weekly"
8+
- package-ecosystem: "julia"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
# groups: # uncomment to group all julia package updates into a single PR
13+
# all-julia-packages:
14+
# patterns:
15+
# - "*"

benchmark/3_bench_predictive_control.jl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -410,11 +410,12 @@ 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+
# 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+
# )
418419

419420
# ----------------- Case study: Pendulum economic --------------------------------
420421
model2, p = pendulum_model2, pendulum_p2

0 commit comments

Comments
 (0)