File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ The function should be called after calling [`moveinput!`](@ref). It returns the
8989- `:Ŷs` or *`:Yhats`* : predicted stochastic output over ``H_p`` of [`InternalModel`](@ref), ``\m athbf{Ŷ_s}``
9090- `:R̂y` or *`:Rhaty`* : predicted output setpoint over ``H_p``, ``\m athbf{R̂_y}``
9191- `:R̂u` or *`:Rhatu`* : predicted manipulated input setpoint over ``H_p``, ``\m athbf{R̂_u}``
92- - `:x̂end` or *`:xhatend`* : optimal terminal states, ``\m athbf{x̂}_{k-1} (k+H_p)``
92+ - `:x̂end` or *`:xhatend`* : optimal terminal states, ``\m athbf{x̂}_i (k+H_p)``
9393- `:J` : objective value optimum, ``J``
9494- `:U` : optimal manipulated inputs over ``H_p``, ``\m athbf{U}``
9595- `:u` : current optimal manipulated input, ``\m athbf{u}(k)``
Original file line number Diff line number Diff line change 6767
6868Get additional info on `estim` [`MovingHorizonEstimator`](@ref) optimum for troubleshooting.
6969
70- If `estim.direct==true`, the function should be called after calling [`preparestate!`](@ref)
70+ If `estim.direct==true`, the function should be called after calling [`preparestate!`](@ref).
7171Otherwise, call it after [`updatestate!`](@ref). It returns the dictionary `info` with the
7272following fields:
7373
You can’t perform that action at this time.
0 commit comments