Class FitnessEvaluatorSync<T extends Comparable<T>>

java.lang.Object
net.bmahe.genetics4j.core.evaluation.FitnessEvaluatorSync<T>
Type Parameters:
T -
All Implemented Interfaces:
FitnessEvaluator<T>

public class FitnessEvaluatorSync<T extends Comparable<T>> extends Object implements FitnessEvaluator<T>
Wrapper around Fitness for computing the fitness of a population

In order to leverage multi-core systems and speed up computations, the population will be split according to the number of partitions defined in

invalid reference
net.bmahe.genetics4j.core.EASystemnet.bmahe.genetics4j.core.spec.EAExecutionContext#numberOfPartitions()
and processed concurrently