pub fn scrambling_nextgen<G>(rewards: Vec<(G, f32)>) -> Vec<G>where
G: RandomlyMutable,
Expand description
When making a new generation, it mutates each genome a certain amount depending on their reward. This nextgen is very situational and should not be your first choice.