Module oxigen::population_refitness[][src]

This module contains the definition of the PopulationRefitness trait and the provided population refitness functions

Structs

NichesAlpha

Importance given to distance among individuals. It is usually a number between 0 and 1.

NichesSigma

Threshold used in niches to divide distance by it if the distance is lower than sigma.

Enums

PopulationRefitnessFunctions

Provided PopulationRefitness functions.

Traits

PopulationRefitness

This trait defines the population_refitness function that permits to modify the individuals fitness comparing them to the others individuals in the population. This function is called when all individuals fitness have been computed and just before the survival pressure kill.