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 e526b02 commit 663de43Copy full SHA for 663de43
lib/GalacticOptimJL/test/runtests.jl
@@ -18,7 +18,7 @@ using Test
18
@test 10 * sol.minimum < l1
19
20
prob = OptimizationProblem(rosenbrock, x0, _p)
21
- sol = solve(prob, Optim.NelderMead())
+ sol = solve(prob, Optim.NelderMead(;initial_simplex=Optim.AffineSimplexer(;a = 0.025, b = 0.5)))
22
23
24
cons = (x, p) -> [x[1]^2 + x[2]^2]
0 commit comments