[][src]Module oxigen::survival_pressure

This module contains the definition of the SurvivalPressure trait and the provided survival_pressure functions.

Structs

M

This struct represents a m value, that shall be lower than the population size and greater than the number of generated individuals

Reproduction

This struct represents a reproduction step allocating the indexes of the parents and children in the population.

Enums

SurvivalPressureFunctions

Provided survival pressure functions.

Traits

SurvivalPressure

This trait defines the kill function used to remove individuals at the end of a generation.