The configuration for the eliminator genetic algorithms.
The eliminators are separate genetic algorithms that run in parallel, each with their own population and independent selection process.
The winners of each are added to the population of the final population.
The configuration for the final genetic algorithm.
The final population is used as the final result of the algorithm.
The main configuration for ComposedGeneticSearch.
The algorithm is configured by providing a separate configuration for the eliminators and the final population.