File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,9 @@ equality constraint function and by using the implicit trapezoidal rule. It can
7878moderately stiff systems and is A-stable. However, it may not be as efficient as more
7979advanced collocation methods for highly stiff systems. Note that the stochastic model of the
8080unmeasured disturbances is strictly discrete-time, it is thus transcribed separately using
81- [`MultipleShooting`](@ref). Also note that the state
81+ [`MultipleShooting`](@ref). Also note that the built-in [`StateEstimator`](@ref) will still
82+ use the `solver` provided at the construction of the [`NonLinModel`](@ref) to estimate the
83+ plant states, not the trapezoidal rule (see `supersample` option for stiff systems).
8284
8385Sparse optimizers like `Ipopt` and sparse Jacobian computations are recommended for this
8486transcription method.
You can’t perform that action at this time.
0 commit comments