performance_metrics | R Documentation |
Functions to evaluate the quality of the results obtained by the algorithms, evaluating their diversity and convergence, providing or not some parameters to compare.
generational_distance(front, true_pareto_front, p, inverted, plus)
front |
a N×M matrix where N is the number of points and M is the number of objectives. |
true_pareto_front |
a N×M matrix where N is the number of points and M is the number of objectives. |
p |
is the power in which the normalized distance is calculated. |
inverted |
if TRUE then computes IGD. |
plus |
if TRUE then computes the GD+. |
A vector with the measurement metric.
Francisco Benitez
Lamont, G., & Veldhuizen, D.V. (1999). Multiobjective evolutionary algorithms: classifications, analyses, and new innovations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.