public class GridEvaluator extends EvaluatorCentral
lastTestResult, result, testResults, valueCompare| Constructor and Description |
|---|
GridEvaluator()
Create a new instance of GridEvaluator
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluateSolutions(TestSpec testSpec,
ProblemMediatorCentral probMediator)
Run a set of tests based on the test specification.
|
boolean |
initialiseMediator(TestSpec testSpec,
ProblemMediator probMediator)
Create or initialise the original problem and solution values.
|
evaluateStatscreateFunctionMetric, getAllTestResults, getResult, getTestResult, isBetterpublic boolean initialiseMediator(TestSpec testSpec, ProblemMediator probMediator) throws java.lang.Exception
initialiseMediator in class EvaluatortestSpec - the specification describing the tests to run.probMediator - the model of the problem with all required elements.java.lang.Exception - any error.public boolean evaluateSolutions(TestSpec testSpec, ProblemMediatorCentral probMediator) throws java.lang.Exception
evaluateSolutions in class EvaluatorCentraltestSpec - the specification describing the tests to run.probMediator - the model of the problem with all required elements.java.lang.Exception - any error.