Class NormalizedHypervolume

java.lang.Object
org.uma.jmetal.qualityindicator.QualityIndicator
org.uma.jmetal.qualityindicator.impl.NormalizedHypervolume

public class NormalizedHypervolume extends QualityIndicator
Class providing an implementation of the normalized hypervolume, which is calculated as follows: relative hypervolume = 1 - (HV of the front / HV of the reference front). Before computing this indicator it must be checked that the HV of the reference front is not zero.
Author:
Antonio J. Nebro invalid input: '<'antonio@lcc.uma.es>
  • Constructor Details

    • NormalizedHypervolume

      public NormalizedHypervolume()
    • NormalizedHypervolume

      public NormalizedHypervolume(double[] referencePoint)
    • NormalizedHypervolume

      public NormalizedHypervolume(double[][] referenceFront)
  • Method Details