Closed manroygood closed 2 years ago
Looks like some default parameters are off, especially recombination weights.
Thanks. I just downloaded the package and was trying it out before diving into the documentation. Would you be able to suggest options that would make the example work so I can play with this while you work on fixing the bug?
You may try to decrease step size for covariance update sigma0
parameter to some value in range [0.25..0.5]
.
Weights are trickier, you have to wait for update on that.
I just downloaded Evolutionary.jl and tried out the Rosenbrock example in the tutorial from the REPL in Julia 1.7. It did not converge: Here's the input and output
Any ideas?