Skip to content

Commit 7de423a

Browse files
authored
Update tutorial-solve.md
1 parent 3ac720e commit 7de423a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorial-solve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ solve(ocp, :direct, :adnlp, :ipopt)
6868

6969
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.
7070
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.
7272
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.
7373
The third symbol corresponds to the NLP solver, with the possible values:
7474
- `:ipopt` (default value) for Ipopt (via the [NLPModelsIpopt.jl](https://github.com/JuliaSmoothOptimizers/NLPModelsIpopt.jl) package).

0 commit comments

Comments
 (0)