Structsยง
- FnCodec
- A
Codec
that uses functions to encode and decode aGenotype
to and from a typeT
. Most of the other codecs in this module are more specialized and are used to createGenotypes
of specific types ofChromosomes
. This one, however, is more general and can be used to createGenotypes
of any type ofChromosome
.