Expand description
Core genome traits
This module defines the EvolutionaryGenome trait and related types. The
classic evolutionary-computation layer is defined entirely in terms of this
trait and carries no probabilistic-programming dependency; the fugue
trace encoding lives in the separate
TraceGenome extension trait
behind the ppl feature.
Traitsยง
- Binary
Genome - Trait for genomes that can be represented as bit strings
- Evolutionary
Genome - Core genome abstraction for evolutionary algorithms.
- Permutation
Genome - Trait for genomes that represent permutations
- Real
Valued Genome - Trait for genomes that can be represented as real vectors