| Class | Description |
|---|---|
| Epsilon<Evaluate extends List<? extends Solution<?>>> |
This class implements the unary epsilon additive indicator as proposed in E.
|
| ErrorRatio<Evaluate extends List<? extends Solution<?>>> |
The Error Ratio (ER) quality indicator reports the ratio of solutions in a front of points
that are not members of the true Pareto front.
|
| GeneralizedSpread<Evaluate extends List<? extends Solution<?>>> |
This class implements the generalized spread metric for two or more dimensions.
|
| GenerationalDistance<Evaluate extends List<? extends Solution<?>>> |
This class implements the generational distance indicator.
|
| Hypervolume<Evaluate extends List<? extends Solution<?>>> |
This class implements the hypervolume indicator.
|
| InvertedGenerationalDistance<Evaluate extends List<? extends Solution<?>>> |
This class implements the inverted generational distance metric.
|
| InvertedGenerationalDistancePlus<Evaluate extends List<? extends Solution<?>>> |
This class implements the inverted generational distance metric plust (IGD+)
Reference: Ishibuchi et al 2015, "A Study on Performance Evaluation Ability of a Modified
Inverted Generational Distance Indicator", GECCO 2015
|
| R2<Evaluate extends List<? extends Solution<?>>> |
TODO: Add comments here
|
| SetCoverage |
Set coverage metric
|
| Spread<Evaluate extends List<? extends Solution<?>>> |
This class implements the spread quality indicator.
|
Copyright © 2015. All rights reserved.