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 invalid input: '<'antonio@lcc.uma.es>, Juan J. Durillo
See Also:
  • Constructor Details

    • PISAHypervolume

      public PISAHypervolume()
      Deprecated.
      Default constructor
    • PISAHypervolume

      public PISAHypervolume(double[] referencePoint)
      Deprecated.
      Constructor with reference point
      Parameters:
      referencePoint -
    • PISAHypervolume

      public PISAHypervolume(String referenceParetoFrontFile) throws FileNotFoundException
      Deprecated.
      Constructor
      Parameters:
      referenceParetoFrontFile -
      Throws:
      FileNotFoundException
    • PISAHypervolume

      public PISAHypervolume(Front referenceParetoFront)
      Deprecated.
      Constructor
      Parameters:
      referenceParetoFront -
      Throws:
      FileNotFoundException
  • Method Details