Skip to content

Commit 29ed663

Browse files
committed
doc: mention that the builtin estimator uses solver
1 parent 4137880 commit 29ed663

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/controller/transcription.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ equality constraint function and by using the implicit trapezoidal rule. It can
7878
moderately stiff systems and is A-stable. However, it may not be as efficient as more
7979
advanced collocation methods for highly stiff systems. Note that the stochastic model of the
8080
unmeasured 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
8385
Sparse optimizers like `Ipopt` and sparse Jacobian computations are recommended for this
8486
transcription method.

0 commit comments

Comments
 (0)