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 3135f10 commit c14af53Copy full SHA for c14af53
lib/OptimizationCMAEvolutionStrategy/test/runtests.jl
@@ -18,4 +18,5 @@ using Test
18
return false
19
end
20
sol = solve(prob, CMAEvolutionStrategyOpt(), callback = cb, maxiters = 100)
21
-end
+ @test sol.u == OptimizationCMAEvolutionStrategy.CMAEvolutionStrategy.xbest(sol.original)
22
+end
0 commit comments