Module oxigen::genotype[][src]

This module contains the definition of genotypes.

Traits

Genotype

This trait defines an individual of a population in the genetic algorithm. It defines the fitness and mutation functions and the type of the individual representation.