| Class | Description |
|---|---|
| ComputeQualityIndicators<S extends Solution<?>,Result> |
This class computes the
QualityIndicators of an experiment. |
| ExecuteAlgorithms<S extends Solution<?>,Result> |
This class executes the algorithms the have been configured with a instance of class
Experiment. |
| GenerateBoxplotsWithR<Result> |
This class generates a R script that generates an eps file containing boxplots
The results are a set of R files that are written in the directory
#getExperimentBaseDirectory()/R. |
| GenerateFriedmanTestTables<Result> |
This class computes the Friedman test ranking and generates a Latex script that produces a table per
quality indicator containing the ranking
The results are a set of Latex files that are written in the directory
#getExperimentBaseDirectory()/latex. |
| GenerateLatexTablesWithStatistics |
This class computes a number of statistical values (mean, median, standard deviation, interquartile range)
from the indicator files generated after executing
ExecuteAlgorithms and ComputeQualityIndicators. |
| GenerateReferenceParetoFront |
This class computes a reference Pareto front from a set of files.
|
| GenerateReferenceParetoSetAndFrontFromDoubleSolutions |
This class computes the reference Pareto set and front from a set of data files containing the variable
(VARx.tsv file) and objective (FUNx.tsv) values.
|
| GenerateWilcoxonTestTablesWithR<Result> |
This class generates a R script that computes the Wilcoxon Signed Rank Test and generates a Latex script
that produces a table per quality indicator containing the pairwise comparison between all the algorithms
on all the solved problems.
|
Copyright © 2017. All rights reserved.