|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.problem.mappingproblem.CurvilinearCompEvaluator
public class CurvilinearCompEvaluator
Implements the Curvilinear Component function for evaluating the fitness of the Mapping problem. (@see MappingProblem}
Constructor Summary | |
---|---|
CurvilinearCompEvaluator()
|
Method Summary | |
---|---|
Fitness |
evaluateMapping(Matrix<Double> dist)
Implements the evaluateMapping function as required by. |
protected double |
f(double o)
The function F. |
void |
setMappingProblem(MappingProblem prob)
Called by MappingProblem.setEvaluator in order to establisg bi-directional communication. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CurvilinearCompEvaluator()
Method Detail |
---|
public Fitness evaluateMapping(Matrix<Double> dist)
evaluateMapping
in interface MappingEvaluator
dist
- The distrance matrix for the generated output vectors.
protected double f(double o)
o
- The value to apply the function to.
public void setMappingProblem(MappingProblem prob)
setMappingProblem
in interface MappingEvaluator
prob
- The instance of MappingProblem that is going use us.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |