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:
Phenotype
,Objectives
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectives
evaluate(P phenotype)
Evaluates aPhenotype
and returns the results in theObjectives
.
-
-
-
Method Detail
-
evaluate
Objectives evaluate(P phenotype)
Evaluates aPhenotype
and returns the results in theObjectives
.- Parameters:
phenotype
- the phenotype to be evaluated- Returns:
- the results in the objectives
-
-