Skip to content

Commit 3b46bca

Browse files
authored
Merge pull request #361 from JuliaControl/doc_correction
doc: minor correction
2 parents c55ca85 + a8d4b0f commit 3b46bca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/estimator/mhe/construct.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ transcription for now.
299299
disturbances at measured outputs ``\mathbf{P_{int_{ym}}}(0)`` (composed of integrators).
300300
- `Cwt=Inf` : slack variable weight ``C``, default to `Inf` meaning hard constraints only.
301301
- `gc=(_,_,_,_,_,_,_,_,_,_,_)->nothing` or `gc!` : custom nonlinear inequality constraint function
302-
``\mathbf{g_c}(\mathbf{X̂, V̂, Ŵ, U, Y^m, D, P̄, x̄, p}, ε)``, mutating or not (details in
303-
Extended Help).
302+
``\mathbf{g_c}(\mathbf{X̂_e, V̂_e, Ŵ_e, U_e, Y_e^m, D_e, P̄, x̄, p}, ε)``, mutating or not
303+
(details in Extended Help).
304304
- `nc=0` : number of custom nonlinear inequality constraints.
305305
- `p=model.p` : ``\mathbf{g_c}`` functions parameter ``\mathbf{p}`` (any type).
306306
- `optim=default_optim_mhe(model,nc)` : a [`JuMP.Model`](@extref) object with a quadratic or

0 commit comments

Comments
 (0)