PhenotypeSerialEvaluator<P extends Phenotype<G, R>, G, R extends FitnessResult> constructor

PhenotypeSerialEvaluator<P extends Phenotype<G, R>, G, R extends FitnessResult>(
  1. FitnessResultCombinator<R> _resultCombinator,
  2. R _initialResult
)

Implementation

PhenotypeSerialEvaluator(this._resultCombinator, this._initialResult);