compact_genome::implementation

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ยง

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