public abstract class IterateMediatorEvolve extends IterateMediatorCentral implements EvolveMediatorDef
resultsBetter
dataHash, serviceNames, solutionHierarc
bestResult, fullTrace, problem, result, solutionOrder, solutionSet, solutionsNumber, solverType, testEnded
constructorParams, createServices, dataConditions, datasetType, dirPath, externalScript, heuristicOptions, heuristicType, inputVariables, linkSpec, metricType, serverSpec, serviceClasses, serviceJarFiles, servicesNum, serviceType, tokenizer
Constructor and Description |
---|
IterateMediatorEvolve(org.licas.PasswordHandler thePasswordHandler)
Create a new instance of IterateProblemMediator.
|
Modifier and Type | Method and Description |
---|---|
void |
firstSolutionsAndProblems(TestSpec testSpec)
Generate a number of initial problem solutions based on the test spec.
|
calcTestEnded, getResultsBetter, resetValues, solutionsToProcess
createStoreData, getProblemsList, getSolutionHierarchy, hasSolutions, readData
addHeuristicOption, clearHeuristicOptions, copyToConfig, getFullTrace, getHeuristicOptions, getHeuristicType, getProblem, getProblemNames, getSolutionSet, getSolutionsNumber, getTestEnded, processResult, resetForNextRun, setDatasetType, setFullTrace, setHeuristicOptions, setHeuristicType, setProblem, setSolutionSet, setSolutionsNumber
getDatasetType, getDirFolder, getTokenizer, parseProblemDataset, setDirFolder, setTokenizer, validateScript, validateVariable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createNewSolution
updateSolutions
getResultXml, solve
public IterateMediatorEvolve(org.licas.PasswordHandler thePasswordHandler)
thePasswordHandler
- for storing passwords.public void firstSolutionsAndProblems(TestSpec testSpec) throws java.lang.Exception
testSpec
- the test specification.java.lang.Exception
- any error.