The type of genome objects in the population.
The cache to store the phenome of the population.
The strategy to cross over two genomes.
The strategy to calculate the fitness of the population.
The strategy to mutate a genome.
The strategy to calculate the phenome of the population.
The strategy to generate the initial population.
The strategy to select genomes for crossover and mutation.
The strategy to sort the population.
The configuration for GeneticSearch and ComposedGeneticSearch strategies.
This configuration is used to define the behavior of a genetic search algorithm.