| Package | Description |
|---|---|
| org.uma.jmetal.util.experiment.component |
| Modifier and Type | Class and Description |
|---|---|
class |
ComputeQualityIndicators<S extends Solution<?>,Result>
This class computes the
QualityIndicators of an experiment. |
class |
ExecuteAlgorithms<S extends Solution<?>,Result>
This class executes the algorithms the have been configured with a instance of class
Experiment. |
class |
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. |
class |
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. |
class |
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. |
class |
GenerateReferenceParetoFront
This class computes a reference Pareto front from a set of files.
|
class |
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.
|
class |
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 © 2018. All rights reserved.