Skip to content

Commit c07ffa2

Browse files
Update lib/OptimizationMetaheuristics/test/runtests.jl
1 parent ed33bfd commit c07ffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OptimizationMetaheuristics/test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Random.seed!(42)
213213
if (alg_name == "Metaheuristics.Algorithm{CCMO{NSGA2}}")
214214
sol = solve(prob, alg)
215215
else
216-
sol = solve(prob, alg; maxiters = 1000, use_initial = true)
216+
sol = solve(prob, alg; maxiters = 10000, use_initial = true)
217217
end
218218

219219
# Tests

0 commit comments

Comments
 (0)