Description Usage Arguments Value
Functions for the computation of unary and binary measures which are useful for the evaluation of the performace of EMOAs. See the references section for literature on these indicators.
Given a set of points points
, computeEpsilonIndicator
computes the
unary epsilon-indicator provided a set of reference points ref.points
.
The computeHypervolumeIndicator
function computes the hypervolume indicator
Hyp(X, R, r). Given a set of point X (points
), another set of reference
points R (ref.points
) (which maybe the true Pareto front) and a reference
point r (ref.point
) it is defined as Hyp(X, R, r) = HV(X, r) - HV(R, r).
1 2 3 4 5 6 7 8 9 10 11 12 | computeEpsilonIndicator(points, ref.points)
computeHypervolumeIndicator(points, ref.points, ref.point = NULL)
computeR1Indicator(points, ref.points, ideal.point = NULL,
nadir.point = NULL, lambda = NULL, utility = "tschebycheff")
computeR2Indicator(points, ref.points, ideal.point = NULL,
nadir.point = NULL, lambda = NULL, utility = "tschebycheff")
computeR3Indicator(points, ref.points, ideal.point = NULL,
nadir.point = NULL, lambda = NULL, utility = "tschebycheff")
|
points |
[ |
ref.points |
[ |
ref.point |
[ |
ideal.point |
[ |
nadir.point |
[ |
lambda |
[ |
utility |
[ |
[numeric(1)
] Epsilon indicator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.