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 6aa89af commit 5c20429Copy full SHA for 5c20429
lib/OptimizationODE/src/OptimizationODE.jl
@@ -11,6 +11,7 @@ struct ODEOptimizer{T, T2}
11
solver::T
12
dt::T2
13
end
14
+ODEOptimizer(solver ; dt=nothing) = ODEOptimizer(solver, dt)
15
16
# Solver Constructors (users call these)
17
ODEGradientDescent() = ODEOptimizer(Euler())
0 commit comments