Skip to content

Commit b332b83

Browse files
committed
test: update jldoctests
1 parent 6a0639b commit b332b83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/controller/nonlinmpc.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ NonLinMPC controller with a sample time Ts = 10.0 s:
242242
├ transcription: MultipleShooting
243243
├ gradient: AutoForwardDiff
244244
├ jacobian: AutoSparse (AutoForwardDiff, TracerSparsityDetector, GreedyColoringAlgorithm)
245+
├ hessian: nothing
245246
└ dimensions:
246247
├ 20 prediction steps Hp
247248
├ 10 control steps Hc
@@ -355,10 +356,11 @@ julia> mpc = NonLinMPC(estim, Hp=20, Cwt=1e6)
355356
NonLinMPC controller with a sample time Ts = 10.0 s:
356357
├ estimator: UnscentedKalmanFilter
357358
├ model: NonLinModel
358-
├ optimizer: Ipopt
359+
├ optimizer: Ipopt
359360
├ transcription: SingleShooting
360361
├ gradient: AutoForwardDiff
361362
├ jacobian: AutoForwardDiff
363+
├ hessian: nothing
362364
└ dimensions:
363365
├ 20 prediction steps Hp
364366
├ 2 control steps Hc

0 commit comments

Comments
 (0)