View source: R/PA.EMOA.approximateRefSets.R
approximateRefSets | R Documentation |
The function takes an data frame with columns at least
specified by obj.cols
and “prob”. The reference set for
each unique problem in column “prob” is then obtained by
combining all approximation sets generated by all considered algorithms
for the corresponding problem and filtering the non-dominated solutions.
approximateRefSets(df, obj.cols, as.df = FALSE)
df |
[ |
obj.cols |
[ |
as.df |
[ |
[list
| data.frame
] Named list of matrizes
(names are the problems) or data frame with columns obj.cols
and “prob”.
Other EMOA performance assessment tools:
approximateNadirPoint()
,
approximateRefPoints()
,
computeDominanceRanking()
,
emoaIndEps()
,
makeEMOAIndicator()
,
niceCellFormater()
,
normalize()
,
plotDistribution()
,
plotFront()
,
plotScatter2d()
,
plotScatter3d()
,
toLatex()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.