Class CmaEsAlgorithm
java.lang.Object
com.knezevic.edaf.v3.core.api.AbstractEdaAlgorithm<RealVector>
com.knezevic.edaf.v3.algorithms.RatioBasedEdaAlgorithm<RealVector>
com.knezevic.edaf.v3.algorithms.continuous.CmaEsAlgorithm
- All Implemented Interfaces:
Algorithm<RealVector>
Dedicated CMA-ES strategy driver for full-covariance adaptive search.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.knezevic.edaf.v3.algorithms.RatioBasedEdaAlgorithm
id, selectionSizeMethods inherited from class com.knezevic.edaf.v3.core.api.AbstractEdaAlgorithm
afterIteration, complete, evaluateGenotype, initialize, iterate, postProcessPopulation, restoreState, result, run, state
-
Constructor Details
-
CmaEsAlgorithm
public CmaEsAlgorithm(double selectionRatio)
-