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 5ea3c7e commit 94d9887Copy full SHA for 94d9887
test/optimizationsystem.jl
@@ -53,4 +53,4 @@ _p = [1.0, 100.0]
53
54
f = OptimizationFunction(rosenbrock,ModelingToolkit.AutoModelingToolkit(),x0,_p,grad=true,hess=true)
55
prob = OptimizationProblem(f,x0,_p)
56
-sol = solve(prob,Optim.Newton()
+sol = solve(prob,Optim.Newton())
0 commit comments