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 5c20429 commit 962832bCopy full SHA for 962832b
lib/OptimizationODE/src/OptimizationODE.jl
@@ -42,7 +42,7 @@ function SciMLBase.__solve(
42
cache::OptimizationCache{F,RC,LB,UB,LC,UC,S,O,D,P,C}
43
) where {F,RC,LB,UB,LC,UC,S,O<:ODEOptimizer,D,P,C}
44
45
- dt = get(cache.solver_args, :dt, nothing)
+ dt = cache.opt.dt
46
maxit = get(cache.solver_args, :maxiters, 1000)
47
48
u0 = copy(cache.u0)
0 commit comments