View source: R/PA.EMOA.indicators.R View source: R/PA.EMOA.makeEMOAIndicator.R
makeEMOAIndicator | R Documentation |
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
.
makeEMOAIndicator(fun, minimize, name, latex.name)
fun |
[ |
minimize |
[ |
name |
[ |
latex.name |
[ |
[function(points, ...)
] Argument fun
with all other
arguments appended.
Other EMOA performance assessment tools:
approximateNadirPoint()
,
approximateRefPoints()
,
approximateRefSets()
,
computeDominanceRanking()
,
emoaIndEps()
,
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.