Package net.bmahe.genetics4j.core.evaluation
package net.bmahe.genetics4j.core.evaluation
-
ClassDescriptionFitnessEvaluator<T extends Comparable<T>>Facade interface for abstracting different fitness evaluation strategies in evolutionary algorithms.FitnessEvaluatorBulkAsync<T extends Comparable<T>>Wrapper around
FitnessBulkAsync
for computing the fitness of a populationFitnessEvaluatorSync<T extends Comparable<T>>Wrapper aroundFitness
for computing the fitness of a populationTaskResult<T>