Module genetic_algorithm::mutate
source · [−]Expand description
The mutation strategy, very important for avoiding local optimum lock-in. But don’t overdo it, as it degenerates the population too much if overused. Use a mutation probability generally between 5% and 20%.
Structs
Wrapper for use in meta analysis
Selects Chromosomes in the Population with the provided MutationProbability. Then mutates the selected chromosomes once.