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 ed33bfd commit c07ffa2Copy full SHA for c07ffa2
lib/OptimizationMetaheuristics/test/runtests.jl
@@ -213,7 +213,7 @@ Random.seed!(42)
213
if (alg_name == "Metaheuristics.Algorithm{CCMO{NSGA2}}")
214
sol = solve(prob, alg)
215
else
216
- sol = solve(prob, alg; maxiters = 1000, use_initial = true)
+ sol = solve(prob, alg; maxiters = 10000, use_initial = true)
217
end
218
219
# Tests
0 commit comments