Skip to content

Commit

Permalink
adapt tests slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 18, 2024
1 parent 257039a commit f558fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/solvers/test_cma_es.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ flat_example(::AbstractManifold, p) = 0.0
flat_example,
[10.0, 10.0];
σ=10.0,
stopping_criterion=StopAfterIteration(500) |
stopping_criterion=StopAfterIteration(1000) |
StopWhenPopulationStronglyConcentrated(1e-5),
rng=MersenneTwister(12),
return_state=true,
Expand Down

0 comments on commit f558fdc

Please sign in to comment.