public class ComputeQualityIndicators<S extends Solution<?>,Result> extends Object implements ExperimentComponent
QualityIndicators of an experiment. Once the algorithms of an
experiment have been executed through running an instance of class ExecuteAlgorithms,
the list of indicators in obtained from the #getIndicatorsList() method.
Then, for every combination algorithm + problem, the indicators are applied to all the FUN files and
the resulting values are store in a file called as #getName(), which is located
in the same directory of the FUN files.| Constructor and Description |
|---|
ComputeQualityIndicators(Experiment<S,Result> experiment) |
| Modifier and Type | Method and Description |
|---|---|
void |
findBestIndicatorFronts(Experiment<?,Result> experiment) |
void |
run() |
public ComputeQualityIndicators(Experiment<S,Result> experiment)
public void run()
throws IOException
run in interface ExperimentComponentIOExceptionpublic void findBestIndicatorFronts(Experiment<?,Result> experiment) throws IOException
IOExceptionCopyright © 2017. All rights reserved.