File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,8 @@ This controller allocates memory at each time step for the optimization.
169169 not (details in Extended Help).
170170- `nc=0` : number of custom inequality constraints.
171171- `p=model.p` : ``J_E`` and ``\m athbf{g_c}`` functions parameter ``\m athbf{p}`` (any type).
172+ - `transcription=:singleshooting` : transcription method for the nonlinear optimization
173+ problem, can be `:singleshooting`, `:multipleshoting` or `:directcollocation`.
172174- `optim=JuMP.Model(Ipopt.Optimizer)` : nonlinear optimizer used in the predictive
173175 controller, provided as a [`JuMP.Model`](https://jump.dev/JuMP.jl/stable/api/JuMP/#JuMP.Model)
174176 (default to [`Ipopt`](https://github.com/jump-dev/Ipopt.jl) optimizer).
You can’t perform that action at this time.
0 commit comments