We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9e43f commit ae26f43Copy full SHA for ae26f43
src/controller/execute.jl
@@ -548,7 +548,7 @@ prediction horizon ``H_p``.
548
- `Ñ_Hc=mpc.Ñ_Hc` or *`Ntilde_Hc`* : new ``\mathbf{Ñ_{H_c}}`` weight matrix (see definition
549
above).
550
- `L_Hp=mpc.L_Hp` : new ``\mathbf{L_{H_p}}`` weight matrix.
551
-- additional keyword arguments are passed to `setmodel!(::StateEstimator)`.
+- additional keyword arguments are passed to `setmodel!(mpc.estim)`.
552
553
# Examples
554
```jldoctest
0 commit comments