runOneEvaluation abstract method

Future<R> runOneEvaluation(
  1. P phenotype,
  2. int experimentIndex
)

Runs one of the experiments to be performed on the given phenotype. Should complete with the result of the IterativeFitnessFunction, or with null when there are no other experiments to run.

Implementation

Future<R> runOneEvaluation(P phenotype, int experimentIndex);