pub fn structural_remove_mutation(
chromosome: &mut Chromosome,
remove_rate: f64,
min_genes: usize,
rng: &mut impl Rng,
)Expand description
Structural mutation: remove genes from the chromosome.
pub fn structural_remove_mutation(
chromosome: &mut Chromosome,
remove_rate: f64,
min_genes: usize,
rng: &mut impl Rng,
)Structural mutation: remove genes from the chromosome.