pub fn handled_crossover_traces<G, M, H, R>(
parent1: &G,
parent2: &G,
mask: &M,
handler: &H,
generation: usize,
_rng: &mut R,
) -> Result<(G, G), GenomeError>Expand description
Handled crossover operator that integrates with effect handlers