Skip to main content

Module steady_state

Module steady_state 

Source
Expand description

Steady-State Genetic Algorithm

This module implements a steady-state genetic algorithm where only a small number of individuals are replaced in each generation (typically 1 or 2), rather than replacing the entire population.

Structs§

SteadyStateBuilder
Builder for SteadyStateGA
SteadyStateConfig
Configuration for the Steady-State GA
SteadyStateGA
Steady-State Genetic Algorithm

Enums§

ReplacementStrategy
Replacement strategy for steady-state GA