Package org.opt4j.core.problem
Interface Evaluator<P extends Phenotype>
- Type Parameters:
P
- the type of the phenotype that is evaluated
public interface Evaluator<P extends Phenotype>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEvaluates aPhenotype
and returns the results in theObjectives
.
-
Method Details
-
evaluate
Evaluates aPhenotype
and returns the results in theObjectives
.- Parameters:
phenotype
- the phenotype to be evaluated- Returns:
- the results in the objectives
-