Module codecs

Module codecs 

Source

Re-exports§

pub use bit::BitCodec;
pub use char::CharCodec;
pub use float::FloatCodec;
pub use function::FnCodec;
pub use int::IntCodec;
pub use permutation::PermutationCodec;
pub use subset::SubSetCodec;

Modules§

bit
char
float
function
int
permutation
subset

Traits§

Codec
The Codec is a core concept in Radiate, as it allows for the encoding and decoding from a Genotype to the type T (commonly called Phenotype in biology) that is being optimized.
RefCodec