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 b48eb92 commit 0323a3fCopy full SHA for 0323a3f
test/callback_reversediff.jl
@@ -61,6 +61,6 @@ cb1 = function (p, l)
61
end
62
63
res = solve(OptimizationProblem(OptimizationFunction(loss_n_ode, AutoZygote()), ps),
64
- Adam(0.05); callback = cb1, maxiters = 100)
+ Adam(0.005); callback = cb1, maxiters = 250)
65
66
@test loss_n_ode(res.u, nothing) < 0.4
0 commit comments