Expand description
Termination conditions for the algorithm.
Defines the TerminationCondition trait and provides MaxGenerations,
which stops the algorithm after a set number of generations.
Structs§
- MaxGenerations
- Terminates the algorithm once the generation count reaches the given limit.
Traits§
- Termination
Condition - Determines when the algorithm should stop running.