Class PISAHypervolume<S extends Solution<?>>

java.lang.Object
All Implemented Interfaces:
Serializable, QualityIndicator<List<S>,Double>, DescribedEntity

@Deprecated public class PISAHypervolume<S extends Solution<?>> extends Hypervolume<S>
Deprecated.
This class implements the hypervolume indicator. The code is the a Java version of the original metric implementation by Eckart Zitzler. Reference: E. Zitzler and L. Thiele Multiobjective Evolutionary Algorithms: A Comparative Case Study and the Strength Pareto Approach, IEEE Transactions on Evolutionary Computation, vol. 3, no. 4, pp. 257-271, 1999.
Author:
Antonio J. Nebro, Juan J. Durillo
See Also: