From f558fdc0f0533c95a8577f80ab30363d68bde0ed Mon Sep 17 00:00:00 2001 From: Ronny Bergmann Date: Fri, 18 Oct 2024 18:18:41 +0200 Subject: [PATCH] adapt tests slightly --- test/solvers/test_cma_es.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/solvers/test_cma_es.jl b/test/solvers/test_cma_es.jl index 25ea1f8c7f..fe9ed9da49 100644 --- a/test/solvers/test_cma_es.jl +++ b/test/solvers/test_cma_es.jl @@ -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,