public class Result
extends java.lang.Object
| Constructor and Description | 
|---|
Result()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Info> | 
getInfos(java.util.List<Solution> solutions,
        Execution execution,
        Experiment experiment)
Get infos during the experiment 
 | 
java.util.List<Info> | 
getInfos(java.util.List<Solution> solutions,
        Experiment experiment)
Get infos at experiment end 
 | 
java.util.Map<java.lang.String,java.util.List<ObjectiveFunctionDomain>> | 
getMetrics(java.util.List<Info> infos,
          java.util.List<Solution> solutions,
          Execution execution,
          Experiment experiment,
          java.util.List<java.lang.String> objectiveFunctions)
Get map of metrics 
 | 
void | 
setPlaName(java.lang.String plaName)  | 
public void setPlaName(java.lang.String plaName)
public java.util.List<Info> getInfos(java.util.List<Solution> solutions, Experiment experiment)
solutions - list of solutionsexperiment - experimentpublic java.util.List<Info> getInfos(java.util.List<Solution> solutions, Execution execution, Experiment experiment)
solutions - list of solutionsexecution - executionexperiment - experimentpublic java.util.Map<java.lang.String,java.util.List<ObjectiveFunctionDomain>> getMetrics(java.util.List<Info> infos, java.util.List<Solution> solutions, Execution execution, Experiment experiment, java.util.List<java.lang.String> objectiveFunctions)
infos - infossolutions - solutionsexecution - executionexperiment - experimentobjectiveFunctions - list of objective functions