All Downloads are FREE. Search and download functionalities are using the official Maven repository.

html.EvolutionStrategyIPOP.html Maven / Gradle / Ivy

Go to download

Gradle plugin that provides tasks for configuring and uploading artifacts to Sonatype Nexus.

The newest version!


Increasing Population Size ES - IPOP-ES


Increasing Population Size ES - IPOP-ES


This class implements the IPOP (increased population size) restart strategy ES, which increases the ES population size (i.e., lambda) after phases of stagnation and then restarts the optimization by reinitializing the individuals and operators.
Stagnation is for this implementation defined by a FitnessConvergenceTerminator instance which terminates if the absolute change in fitness is below a threshold (default 10e-12) for a certain number of generations (default: 10+floor(30*n/lambda) for problem dimension n).

If the MutateESRankMuCMA mutation operator is employed, additional criteria are used for restarts, such as numeric conditions of the covariance matrix. Lambda is increased multiplicatively for every restart, and typical initial values are mu=5, lambda=10, incFact=2. The IPOP-CMA-ES won the CEC 2005 benchmark challenge. Refer to Auger&Hansen 05 for more details.


A.Auger & N.Hansen. A Restart CMA Evolution Strategy With Increasing Population Size. CEC 2005.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy