public abstract class AbstractEvaluator extends java.lang.Object implements IEvaluation
Modifier and Type | Field and Description |
---|---|
private boolean |
showGraphics |
private double |
wheight |
Constructor and Description |
---|
AbstractEvaluator() |
Modifier and Type | Method and Description |
---|---|
abstract void |
dispose() |
float[][] |
getCurrentDifference()
Undefined here
|
double |
getCurrentError()
Undefined here
|
float[][] |
getCurrentPsd()
Undefined here
|
int |
getIndividualCount()
Undefined here
|
float |
getProgressPercent() |
int |
getSimulationCount()
Undefined here
|
float[][] |
getSurface() |
double |
getWheight() |
AbstractEvaluator |
setShowGraphics(boolean showGraphics) |
IEvaluation |
setWheight(float wheight) |
boolean |
showGraphics() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate
public double getWheight()
getWheight
in interface IEvaluation
public boolean showGraphics()
public AbstractEvaluator setShowGraphics(boolean showGraphics)
public IEvaluation setWheight(float wheight)
setWheight
in interface IEvaluation
public abstract void dispose()
public float[][] getSurface()
getSurface
in interface IEvaluation
public float getProgressPercent()
getProgressPercent
in interface IEvaluation
public int getIndividualCount()
getIndividualCount
in interface IEvaluation
public int getSimulationCount()
getSimulationCount
in interface IEvaluation
public double getCurrentError()
getCurrentError
in interface IEvaluation
public float[][] getCurrentPsd()
getCurrentPsd
in interface IEvaluation
public float[][] getCurrentDifference()
getCurrentDifference
in interface IEvaluation