Convergence
Method |
---|
FrontContainer |
Convergence Indicators |
double gd(const front &reference) const |
double igd(const front &reference) const |
double igd_plus(const front &reference) const |
double hausdorff(const front &reference) const |
Standard deviation of Convergence Indicators |
double std_gd(const front &reference) const |
double std_igd(const front &reference) const |
double std_igd_plus(const front &reference) const |
Parameters
reference
- Target front. An estimate of the best front possible for the problem.
Return value
- How far the current front is from the reference front
Complexity
Notes
Convergence indicators measure the distance from a front approximation to the exact Pareto front, or at least a better approximation of the exact front.
Example
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 3 4 5 6 7 |
|