P
- the type of the phenotype that is evaluatedpublic interface Evaluator<P>
Evaluator
evaluates phenotypes to Objectives
.
The Evaluator
must always add the same
Objective
s to the Objectives
.Objectives
Modifier and Type | Method and Description |
---|---|
Objectives |
evaluate(P phenotype)
Evaluates a phenotype
Object and returns the results in the
Objectives . |
Objectives evaluate(P phenotype)
Object
and returns the results in the
Objectives
.phenotype
- the phenotype to be evaluated