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