T - The type of Population to execute the operation on.public interface Mutation<T extends AbstractMutant>
Mutation that can be passed to the GeneticAlgorithm to be executed on each generation.
MutationDefaultImpl| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
mutate(java.util.List<T> mutants) |