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)
[list
| data.frame
] Named list of matrizes
(names are the problems) or data frame with columns obj.cols
and “prob”.
[data.frame
]
Data frame with the required structure.
[character(>= 2)
]
Column names of the objective functions.
[logical(1)
]
Should a data.frame be returned?
Default is FALSE
. In this case a named list is returned.
Other EMOA performance assessment tools:
approximateNadirPoint()
,
approximateRefPoints()
,
computeDominanceRanking()
,
emoaIndEps()
,
makeEMOAIndicator()
,
niceCellFormater()
,
normalize()
,
plotDistribution()
,
plotFront()
,
plotScatter2d()
,
plotScatter3d()
,
toLatex()