| Class | Description |
|---|---|
| Epsilon<S 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<S extends Solution<?>> |
This class implements the generalized spread metric for two or more dimensions.
|
| GenerationalDistance<S extends Solution<?>> |
This class implements the generational distance indicator.
|
| GenericIndicator<S> |
Abstract class representing quality indicators that need a reference front to be computed
|
| Hypervolume<S> |
This interface represents implementations of the Hypervolume quality indicator
|
| InvertedGenerationalDistance<S extends Solution<?>> |
This class implements the inverted generational distance metric.
|
| InvertedGenerationalDistancePlus<S 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<S extends Solution<?>> |
This class implements the spread quality indicator.
|
Copyright © 2018. All rights reserved.