You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/controller/nonlinmpc.jl
+43-9Lines changed: 43 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,8 @@ This method uses the default state estimator :
125
125
- `optim=JuMP.Model(Ipopt.Optimizer)` : nonlinear optimizer used in the predictive
126
126
controller, provided as a [`JuMP.Model`](https://jump.dev/JuMP.jl/stable/reference/models/#JuMP.Model)
127
127
(default to [`Ipopt.jl`](https://github.com/jump-dev/Ipopt.jl) optimizer).
128
+
- additionnal keyword arguments are passed to [`UnscentedKalmanFilter`](@ref) constructor
129
+
(or [`SteadyKalmanFilter`](@ref), for [`LinModel`](@ref)).
128
130
129
131
# Examples
130
132
```jldoctest
@@ -152,8 +154,40 @@ generally benefit from exact derivatives like AD. However, the [`NonLinModel`](@
152
154
and `h` functions must be compatible with this feature. See [Automatic differentiation](https://jump.dev/JuMP.jl/stable/manual/nlp/#Automatic-differentiation)
0 commit comments