jbrea / CMAEvolutionStrategy.jl

Other
29 stars 0 forks source link

Typo in readme NoiseHandler -> NoiseHandling #5

Closed Denis-Titov closed 2 years ago

Denis-Titov commented 2 years ago

In the readme there's a small typo It says noise_handling = CMAEvolutionStrategy.NoiseHandler(ασ = 1.1, callback = s -> s > 0) But it should be noise_handling = CMAEvolutionStrategy.NoiseHandling(ασ = 1.1, callback = s -> s > 0) It took me a few min to figure out what went wrong so might be useful for other users if this is fixed. Thanks for the great package! It improved my optimization time ~10x compared to BlackBoxOptim.jl with no effect on fitness :)

jbrea commented 2 years ago

Thanks!