Skip to main content

Module algorithm

Module algorithm 

Source
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
InteractiveGABuilder
Builder for InteractiveGA
InteractiveGAConfig
Configuration for Interactive GA
InteractiveResult
Final result of interactive evolution

Enums§

StepResult
Result of calling step() on the algorithm