File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The decision variable in the optimization problem is (excluding the slack ``ϵ``
1818 \v dots \\
1919 \m athbf{Δu}(k+H_c-1) \e nd{bmatrix}
2020```
21- This method is generally more efficient for small control horizon ``H_c``, stable or mildly
21+ This method is generally more efficient for small control horizon ``H_c``, stable and mildly
2222nonlinear plant model/constraints.
2323"""
2424struct SingleShooting <: TranscriptionMethod end
@@ -182,7 +182,7 @@ contribution for non-zero state ``\mathbf{x̂_{op}}`` and state update ``\mathbf
182182operating points (for linearization at non-equilibrium point, see [`linearize`](@ref)). The
183183stochastic predictions ``\m athbf{Ŷ_s=0}`` if `estim` is not a [`InternalModel`](@ref), see
184184[`init_stochpred`](@ref). The method also computes similar matrices for the predicted
185- terminal states at ``k+H_p``:
185+ terminal state at ``k+H_p``:
186186```math
187187\b egin{aligned}
188188 \m athbf{x̂_0}(k+H_p) &= \m athbf{e_x̂ Z} + \m athbf{g_x̂ d_0}(k) + \m athbf{j_x̂ D̂_0}
You can’t perform that action at this time.
0 commit comments