@@ -386,19 +386,19 @@ Get additional information about `mpc` controller optimum to ease troubleshootin
386386The function should be called after calling [`moveinput!`](@ref). It returns the dictionary
387387`info` with the following fields:
388388
389- - `:ΔU` : optimal manipulated input increments over `Hc` ``( \m athbf{ΔU})``
390- - `:ϵ` : optimal slack variable ``(ϵ)``
391- - `:J` : objective value optimum ``(J)``
392- - `:U` : optimal manipulated inputs over `Hp` ``( \m athbf{U})``
393- - `:u` : current optimal manipulated input ``( \m athbf{u})``
394- - `:d` : current measured disturbance ``( \m athbf{d})``
395- - `:D̂` : predicted measured disturbances over `Hp` ``( \m athbf{D̂})``
396- - `:ŷ` : current estimated output ``( \m athbf{ŷ})``
397- - `:Ŷ` : optimal predicted outputs over `Hp` ``( \m athbf{Ŷ})``
398- - `:x̂end`: optimal terminal states ``( \m athbf{x̂}_{k-1}(k+H_p))``
399- - `:Ŷs` : predicted stochastic output over `Hp` of [`InternalModel`](@ref) ``( \m athbf{Ŷ_s})``
400- - `:R̂y` : predicted output setpoint over `Hp` ``( \m athbf{R̂_y})``
401- - `:R̂u` : predicted manipulated input setpoint over `Hp` ``( \m athbf{R̂_u})``
389+ - `:ΔU` : optimal manipulated input increments over `Hc`, ``\m athbf{ΔU}``.
390+ - `:ϵ` : optimal slack variable, ``ϵ``.
391+ - `:J` : objective value optimum, ``J``.
392+ - `:U` : optimal manipulated inputs over `Hp`, ``\m athbf{U}``.
393+ - `:u` : current optimal manipulated input, ``\m athbf{u}``.
394+ - `:d` : current measured disturbance, ``\m athbf{d}``.
395+ - `:D̂` : predicted measured disturbances over `Hp`, ``\m athbf{D̂}``.
396+ - `:ŷ` : current estimated output, ``\m athbf{ŷ}``.
397+ - `:Ŷ` : optimal predicted outputs over `Hp`, ``\m athbf{Ŷ}``.
398+ - `:x̂end`: optimal terminal states, ``\m athbf{x̂}_{k-1}(k+H_p)``.
399+ - `:Ŷs` : predicted stochastic output over `Hp` of [`InternalModel`](@ref), ``\m athbf{Ŷ_s}``.
400+ - `:R̂y` : predicted output setpoint over `Hp`, ``\m athbf{R̂_y}``.
401+ - `:R̂u` : predicted manipulated input setpoint over `Hp`, ``\m athbf{R̂_u}``.
402402
403403For [`LinMPC`](@ref) and [`NonLinMPC`](@ref), the field `:sol` also contains the optimizer
404404solution summary that can be printed. Lastly, the optimal economic cost `:JE` is also
0 commit comments