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

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