Class NadirPoint

java.lang.Object
org.uma.jmetal.util.point.impl.ArrayPoint
org.uma.jmetal.util.point.impl.NadirPoint
All Implemented Interfaces:
Point

public class NadirPoint extends ArrayPoint
Class representing a nadir point (minimization is assumed)
Author:
Antonio J.Nebro invalid input: '<'antonio@lcc.uma.es>
  • Constructor Details

    • NadirPoint

      public NadirPoint(int dimension)
  • Method Details

    • update

      public void update(double[] point)
      Specified by:
      update in interface Point
      Overrides:
      update in class ArrayPoint
    • update

      public void update(List<? extends Solution<?>> solutionList)