evaluators property

List<PhenotypeEvaluator<P, G, R>> evaluators
final

A list of evaluators. Each generation will be split into batches so that evaluators can evaluate in parallel.

Implementation

final List<PhenotypeEvaluator<P, G, R>> evaluators;