|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MappingEvaluator
Class that actually evaluates a given Mapping. This is to allow using the same evaluator for different mapping mechanisms in an easy manner.
Method Summary | |
---|---|
Fitness |
evaluateMapping(Matrix<Double> dist)
Get called in order to perform an evaluation. |
void |
setMappingProblem(MappingProblem prob)
Gets called when attached to a MappingProblem. |
Method Detail |
---|
Fitness evaluateMapping(Matrix<Double> dist)
dist
- The distance matrix for the output vectors.
void setMappingProblem(MappingProblem prob)
prob
- The instance of MappingProblem that is going to use the evaluator.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |