metaheuristic_designer.strategies.shuffled_population_strategy#

Strategy where offspring size differs from population size (μ+λ / μ,λ style).

Classes

ShuffledPopulationStrategy(initializer[, ...])

Population-based strategy with separate parent and offspring sizes.