DefaultGenome

Type Alias DefaultGenome 

Source
pub type DefaultGenome<AlphabetType> = BitVectorGenome<AlphabetType>;
Expand description

The default genome type that achieves a good balance between speed and size.

Aliased Typeยง

pub struct DefaultGenome<AlphabetType> { /* private fields */ }