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 ``ϵ``
18
18
\v dots \\
19
19
\m athbf{Δu}(k+H_c-1) \e nd{bmatrix}
20
20
```
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
22
22
nonlinear plant model/constraints.
23
23
"""
24
24
struct SingleShooting <: TranscriptionMethod end
@@ -182,7 +182,7 @@ contribution for non-zero state ``\mathbf{x̂_{op}}`` and state update ``\mathbf
182
182
operating points (for linearization at non-equilibrium point, see [`linearize`](@ref)). The
183
183
stochastic predictions ``\m athbf{Ŷ_s=0}`` if `estim` is not a [`InternalModel`](@ref), see
184
184
[`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``:
186
186
```math
187
187
\b egin{aligned}
188
188
\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