Skip to content

Commit 200e2a0

Browse files
Update docs/src/optimization_packages/ode.md
1 parent 8c9cd52 commit 200e2a0

File tree

1 file changed

+0
-7
lines changed
  • docs/src/optimization_packages

1 file changed

+0
-7
lines changed

docs/src/optimization_packages/ode.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,3 @@ You can also define a custom optimizer using the generic `ODEOptimizer(solver; d
5353

5454
All optimizers require gradient information (either via automatic differentiation or manually provided `grad!`). The optimization is performed by integrating the ODE defined by the negative gradient until a steady state is reached.
5555

56-
### Keyword Arguments
57-
58-
* `dt` — time step size (only for `ODEGradientDescent`).
59-
* `maxiters` — maximum number of ODE steps.
60-
* `callback` — function to observe progress.
61-
* `progress=true` — enables live progress display.
62-

0 commit comments

Comments
 (0)