Expand description
Interactive Genetic Algorithm implementation
This module provides the InteractiveGA algorithm which uses a step-based
iterator pattern to allow human-in-the-loop fitness evaluation.
Structs§
- InteractiveGA
- Step-based Interactive Genetic Algorithm
- InteractiveGA
Builder - Builder for InteractiveGA
- InteractiveGA
Config - Configuration for Interactive GA
- Interactive
Result - Final result of interactive evolution
Enums§
- Step
Result - Result of calling
step()on the algorithm