Skip to content

Commit d6543d6

Browse files
committed
doc: update jldoctest
1 parent d3a5a4a commit d6543d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/estimator/mhe/construct.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,11 @@ julia> model = NonLinModel((x,u,_,_)->0.1x+u, (x,_,_)->2x, 10.0, 1, 1, 1, solver
291291
julia> estim = MovingHorizonEstimator(model, He=5, σR=[1], σP_0=[0.01])
292292
MovingHorizonEstimator estimator with a sample time Ts = 10.0 s:
293293
├ model: NonLinModel
294-
├ optimizer: Ipopt
294+
├ optimizer: Ipopt
295295
├ gradient: AutoForwardDiff
296296
├ jacobian: AutoForwardDiff
297-
├ arrival covariance: UnscentedKalmanFilter
297+
├ hessian: nothing
298+
├ arrival covariance: UnscentedKalmanFilter
298299
└ dimensions:
299300
├ 5 estimation steps He
300301
├ 0 slack variable ε (estimation constraints)

0 commit comments

Comments
 (0)