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
The first symbol `:direct` refers to the general class of method, with only the so-called [direct approach](https://en.wikipedia.org/wiki/Optimal_control#Numerical_methods_for_optimal_control) currently implemented.
70
70
Direct methods discretize the original optimal control problem and solve the resulting NLP problem.
71
-
The second symbol `:adnlp` is for the choice of NLP modeller.
71
+
The second symbol `:adnlp` is for the choice of NLP modeler.
72
72
We currently use [ADNLPModels.jl](https://jso.dev/ADNLPModels.jl) which provides an automatic differentiation (AD)-based model implementations that conform to the [NLPModels.jl](https://github.com/JuliaSmoothOptimizers/ADNLPModels.jl) API.
73
73
The third symbol corresponds to the NLP solver, with the possible values:
74
74
-`:ipopt` (default value) for Ipopt (via the [NLPModelsIpopt.jl](https://github.com/JuliaSmoothOptimizers/NLPModelsIpopt.jl) package).
0 commit comments