Package net.bmahe.genetics4j.core.evaluation
package net.bmahe.genetics4j.core.evaluation
-
ClassDescriptionFitnessEvaluator<T extends Comparable<T>>Facade to abstract the various ways that fitnesses could be evaluatedFitnessEvaluatorBulkAsync<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>