File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 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)):
4242 \m athbf{x̂}_i(k+H_p) - \m athbf{x̂_{op}} \e nd{bmatrix}
4343```
4444where ``\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.
4849
4950Sparse optimizers like `OSQP` or `Ipopt` are recommended for this method.
5051"""
You can’t perform that action at this time.
0 commit comments