1+1 Evolution Strategy (ES)

1+1-ES. The simplest ES. Read comments in the file for a deeper explanation and bibliography
1K Downloads
Aktualisiert 20. Nov 2014

Lizenz anzeigen

This algorithm implements the simplest of all "evolution strategies" (ES), the (1+1)-ES. Each iteration, one parent is used to create one offspring using a Gaussian mutation operator (A random gaussian variable with mean zero and standard deviation 'sigma').
Do not hesitate to contact me if any questions or comments.

Zitieren als

Gilberto A. Ortiz (2024). 1+1 Evolution Strategy (ES) (https://www.mathworks.com/matlabcentral/fileexchange/35800-1-1-evolution-strategy-es), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2014b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1

- I took into account the comments suggested by Reza Ahmadzadeh.
- I also change the cells by matrices, so the program should be faster.
- I also updated the file as a Toolbox.

1.0.0.0