public interface EvolveMediatorDef
| Modifier and Type | Method and Description |
|---|---|
Solution |
createNewSolution(java.lang.String solutionType,
org.ai_heuristic.eval.metric.MetricDataset problemDataset)
Create a new solution of the solution type, initialised with the problem dataset.
|
Solution createNewSolution(java.lang.String solutionType, org.ai_heuristic.eval.metric.MetricDataset problemDataset) throws java.lang.Exception
solutionType - the type of solution to create.problemDataset - the problem dataset to create the solution with.java.lang.Exception - any error.