Type Definition genotype::Param[][src]

type Param = f64;

The type of a single gene.

Trait Implementations

impl<'a> AddAssign<Param> for &'a mut RangedParam
[src]

Performs the += operation.