Model Assisted Population
The MAESPopulation panel contains the information describing the Model Assisted Evolution Strategy (MAES):
- A prototype of an individual (contains mutation operator).
- The size of the model pre-selected individuals: lambdaPlus>=lambda.
For lambdaPlus=lambda you have no model impact.
- The regression model for fitness prediction.
- The model size is given by the number of last evaluated individuals,
which are used to train the model.
- The population size of the parents: lambda.
- The population size of the children: mu.
- A recombination operator.
- A fitness based selection operator.