Module oxigen::stop_criteria[][src]

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

Enums

StopCriteria

Provided stop criteria.

Traits

StopCriterion

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.