| Package | Description |
|---|---|
| org.uma.jmetal.qualityindicator.impl | |
| org.uma.jmetal.qualityindicator.impl.hypervolume | |
| org.uma.jmetal.util.experiment |
| Modifier and Type | Class and Description |
|---|---|
class |
Epsilon<S extends Solution<?>>
This class implements the unary epsilon additive indicator as proposed in E.
|
class |
GeneralizedSpread<S extends Solution<?>>
This class implements the generalized spread metric for two or more dimensions.
|
class |
GenerationalDistance<S extends Solution<?>>
This class implements the generational distance indicator.
|
class |
Hypervolume<S>
This interface represents implementations of the Hypervolume quality indicator
|
class |
InvertedGenerationalDistance<S extends Solution<?>>
This class implements the inverted generational distance metric.
|
class |
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
|
class |
Spread<S extends Solution<?>>
This class implements the spread quality indicator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PISAHypervolume<S extends Solution<?>>
This class implements the hypervolume indicator.
|
class |
WFGHypervolume<S extends Solution<?>>
Created by ajnebro on 2/2/15.
|
| Modifier and Type | Method and Description |
|---|---|
List<GenericIndicator<S>> |
ExperimentBuilder.getIndicatorList() |
List<GenericIndicator<S>> |
Experiment.getIndicatorList() |
| Modifier and Type | Method and Description |
|---|---|
ExperimentBuilder<S,Result> |
ExperimentBuilder.setIndicatorList(List<GenericIndicator<S>> indicatorList) |
Copyright © 2017. All rights reserved.