Module oxigen::stop_criteria

source ·
Expand description

This module contains the trait definition of StopCriterion and the provided stop criteria.

Enums

Provided stop criteria.

Traits

This trait can be implemented to provide a stop criterion of the genetic algorithm using the generation, the progress of the last executions, the number of solutions found and the fitness of all individuals of the population.