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§
Traits§
- Codec
- The
Codecis a core concept in Radiate, as it allows for the encoding and decoding from aGenotypeto the typeT(commonly called Phenotype in biology) that is being optimized.