Skip to content

Commit a3ca600

Browse files
Add test
1 parent 8384a32 commit a3ca600

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/ADtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,6 @@ sol = solve(prob, Newton())
107107

108108
sol = solve(prob, Optim.KrylovTrustRegion())
109109
@test sol.minimum < l1 #the loss doesn't go below 5e-1 here
110+
111+
sol = solve(prob, ADAM(0.1))
112+
@test 10*sol.minimum < l1

0 commit comments

Comments
 (0)