Package ec.eda.cmaes
Class CMAESInitializer
java.lang.Object
ec.Initializer
ec.simple.SimpleInitializer
ec.eda.cmaes.CMAESInitializer
- All Implemented Interfaces:
Setup,Singleton,Serializable
CMAESInitializer is a SimpleInitializer which ensures that the subpopulations are all set to the provided
or computed lambda values.
- See Also:
-
Field Summary
Fields inherited from class ec.Initializer
P_POP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetupPopulation(EvolutionState state, int thread) Loads a Population from the parameter file, sets it up, and returns it.Methods inherited from class ec.simple.SimpleInitializer
initialPopulation, setup
-
Constructor Details
-
CMAESInitializer
public CMAESInitializer()
-
-
Method Details
-
setupPopulation
Description copied from class:InitializerLoads a Population from the parameter file, sets it up, and returns it.- Overrides:
setupPopulationin classSimpleInitializer
-