makeEMOAIndicator {ecr} | R Documentation |
Constructor for EMOA indicators.
Description
Simple wrapper for function which compute
performance indicators for multi-objective stochastic algorithm.
Basically this function appends some meta information to the
passed function fun
.
Usage
makeEMOAIndicator(fun, minimize, name, latex.name)
Arguments
fun |
[ |
minimize |
[ |
name |
[ |
latex.name |
[ |
Value
[function(points, ...)
] Argument fun
with all other
arguments appended.
See Also
Other EMOA performance assessment tools:
approximateNadirPoint()
,
approximateRefPoints()
,
approximateRefSets()
,
computeDominanceRanking()
,
emoaIndEps()
,
niceCellFormater()
,
normalize()
,
plotDistribution()
,
plotFront()
,
plotScatter2d()
,
plotScatter3d()
,
toLatex()