ESPopulation
ESPopulation contains the information describing an Evolution Strategy (ES):
- A prototype of an individual (contains mutation operator).
- The population size of the parents: lambda.
- The population size of the children: mu.
- A recombination operator.
- A fitness based selection operator.