public abstract class EvaluatorDistributed extends Evaluator
lastTestResult, result, testResults, valueCompare
Constructor and Description |
---|
EvaluatorDistributed()
Create a new instance of EvaluatorDistributed
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
evaluateSolutions(TestSpec testSpec,
ProblemMediator probMediator)
Run a set of tests based on the test specification.
|
createFunctionMetric, getAllTestResults, getResult, getTestResult, initialiseMediator, isBetter
public EvaluatorDistributed()
public abstract boolean evaluateSolutions(TestSpec testSpec, ProblemMediator probMediator) throws java.lang.Exception
testSpec
- the specification describing the tests to run.probMediator
- the model of the problem with all required elements.java.lang.Exception
- any error.