public class WFGHypervolume extends Hypervolume
This class implements the hypervolume indicator developed by the WFG
Author:
Alejandro Santiago
  • Constructor Details

    • WFGHypervolume

      public WFGHypervolume(double[] referencePoint)
      Constructor with reference point
      Parameters:
      referencePoint -
    • WFGHypervolume

      public WFGHypervolume(double[][] referenceFront)
      Constructor
      Parameters:
      referenceFront -
      Throws:
      FileNotFoundException
  • Method Details