SimonBlanke / Gradient-Free-Optimizers

Simple and reliable optimization with local, global, population-based and sequential techniques in numerical discrete search spaces.
https://simonblanke.github.io/gradient-free-optimizers-documentation
MIT License
1.21k stars 84 forks source link

Bug in Evolution Strategy: Missing parameter evolution of individuals #50

Open SimonBlanke opened 3 months ago

SimonBlanke commented 3 months ago

The current implementation of the Evolution Strategy optimizer misses the "self-adapting" part of the algorithm by changing the parameters (like mutation strength) of the individual.