Skip to content

Commit 0323a3f

Browse files
committed
test: adjust learning rate
1 parent b48eb92 commit 0323a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/callback_reversediff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ cb1 = function (p, l)
6161
end
6262

6363
res = solve(OptimizationProblem(OptimizationFunction(loss_n_ode, AutoZygote()), ps),
64-
Adam(0.05); callback = cb1, maxiters = 100)
64+
Adam(0.005); callback = cb1, maxiters = 250)
6565

6666
@test loss_n_ode(res.u, nothing) < 0.4

0 commit comments

Comments
 (0)