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