File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ operating point ``\mathbf{x̂_{op}}`` (see [`augment_model`](@ref)):
42
42
\m athbf{x̂}_i(k+H_p) - \m athbf{x̂_{op}} \e nd{bmatrix}
43
43
```
44
44
where ``\m athbf{x̂}_i(k+j)`` is the state prediction for time ``k+j``, estimated by the
45
- observer at time ``i=k`` or ``i=k-1`` depending on its `direct` flag. This transcription
46
- method is generally more efficient for large control horizon ``H_c``, unstable or highly
47
- nonlinear plant models/constraints.
45
+ observer at time ``i=k`` or ``i=k-1`` depending on its `direct` flag. Note that
46
+ ``\m athbf{X̂_0 = X̂}`` if the operating points is zero, which is typically the case in
47
+ practice for [`NonLinModel`](@ref). This transcription method is generally more efficient
48
+ for large control horizon ``H_c``, unstable or highly nonlinear plant models/constraints.
48
49
49
50
Sparse optimizers like `OSQP` or `Ipopt` are recommended for this method.
50
51
"""
You can’t perform that action at this time.
0 commit comments