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 d74d29b commit 1e03d8aCopy full SHA for 1e03d8a
test/ADtests.jl
@@ -46,7 +46,7 @@ end
46
@test sol.retcode == ReturnCode.Success
47
end
48
49
- sol = solve(prob, Optim.NewtonTrustRegion())
+ sol = solve(prob, Optim.Newton())
50
@test 10 * sol.objective < l1
51
if adtype != AutoFiniteDiff()
52
0 commit comments