1+1 Evolution Strategy (ES)

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

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers
Version Published Release Notes
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