We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36be3e8 commit 1cd41caCopy full SHA for 1cd41ca
docs/src/optimization_packages/ode.md
@@ -35,7 +35,7 @@ sol = solve(prob_manual, opt; maxiters=50_000)
35
@show sol.objective
36
```
37
38
-## Local-gradient based Optimizers
+## Local Gradient-based Optimizers
39
40
All provided optimizers are **gradient-based local optimizers** that solve optimization problems by integrating gradient-based ODEs to convergence:
41
0 commit comments