File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -540,7 +540,9 @@ The Hessian matrix is constant if the model and weights are linear and time inva
540540 + \m athbf{P̃_{Δu}'} \m athbf{Ñ}_{H_c} \m athbf{P̃_{Δu}}
541541 + \m athbf{P̃_{u}'} \m athbf{L}_{H_p} \m athbf{P̃_{u}} )
542542```
543- The vector ``\m athbf{q̃}`` and scalar ``r`` need recalculation each control period ``k``, see
543+ in which ``\m athbf{Ẽ}``, ``\m athbf{P̃_{Δu}}`` and ``\m athbf{P̃_{u}}`` matrices are defined
544+ at [`relaxŶ`](@ref), [`relaxΔU`](@ref) and [`relaxU`](@ref) documentation, respectively. The
545+ vector ``\m athbf{q̃}`` and scalar ``r`` need recalculation each control period ``k``, see
544546[`initpred!`](@ref). ``r`` does not impact the minima position. It is thus useless at
545547optimization but required to evaluate the minimal ``J`` value.
546548"""
Original file line number Diff line number Diff line change @@ -180,11 +180,11 @@ They are computed with these equations using in-place operations:
180180 \m athbf{F} &= \m athbf{G d_0}(k) + \m athbf{J D̂_0} + \m athbf{K x̂_0}(k)
181181 + \m athbf{V u_0}(k-1) + \m athbf{B} + \m athbf{Ŷ_s} \\
182182 \m athbf{C_y} &= \m athbf{F} + \m athbf{Y_{op}} - \m athbf{R̂_y} \\
183- \m athbf{C_u} &= \m athbf{T }\m athbf{u}(k-1) - \m athbf{R̂_u} \\
183+ \m athbf{C_u} &= \m athbf{T_u }\m athbf{u}(k-1) - \m athbf{R̂_u} \\
184184 \m athbf{q̃} &= 2[ (\m athbf{M}_{H_p} \m athbf{Ẽ})' \m athbf{C_y}
185185 + (\m athbf{L}_{H_p} \m athbf{P̃_U})' \m athbf{C_u} ] \\
186186 r &= \m athbf{C_y'} \m athbf{M}_{H_p} \m athbf{C_y}
187- + \m athbf{C_u'} \m athbf{L}_{H_p} \m athbf{C_u}
187+ + \m athbf{C_u'} \m athbf{L}_{H_p} \m athbf{C_u}
188188\e nd{aligned}
189189```
190190"""
You can’t perform that action at this time.
0 commit comments