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, waitevaluatepublic double getWheight()
getWheight in interface IEvaluationpublic boolean showGraphics()
public AbstractEvaluator setShowGraphics(boolean showGraphics)
public IEvaluation setWheight(float wheight)
setWheight in interface IEvaluationpublic abstract void dispose()
public float[][] getSurface()
getSurface in interface IEvaluationpublic float getProgressPercent()
getProgressPercent in interface IEvaluationpublic int getIndividualCount()
getIndividualCount in interface IEvaluationpublic int getSimulationCount()
getSimulationCount in interface IEvaluationpublic double getCurrentError()
getCurrentError in interface IEvaluationpublic float[][] getCurrentPsd()
getCurrentPsd in interface IEvaluationpublic float[][] getCurrentDifference()
getCurrentDifference in interface IEvaluation