public interface IEvaluation
Modifier and Type | Method and Description |
---|---|
double[] |
evaluate(Population p) |
float[][] |
getCurrentDifference() |
double |
getCurrentError() |
float[][] |
getCurrentPsd() |
int |
getIndividualCount() |
float |
getProgressPercent() |
int |
getSimulationCount() |
float[][] |
getSurface() |
double |
getWheight() |
IEvaluation |
setWheight(float wheight) |
double[] evaluate(Population p)
float getProgressPercent()
double getWheight()
IEvaluation setWheight(float wheight)
int getIndividualCount()
int getSimulationCount()
float[][] getSurface()
double getCurrentError()
float[][] getCurrentPsd()
float[][] getCurrentDifference()