1+1 Evolution Strategy (ES)

1+1-ES. The simplest ES. Read comments in the file for a deeper explanation and bibliography
1,1K download
Aggiornato 20 nov 2014

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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