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 populationFitnessEvaluatorVirtualThread<T extends Comparable<T>>Virtual thread-based fitness evaluator that creates one virtual thread per individual evaluation.TaskResult<T>