Class IdealPoint

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

public class IdealPoint extends ArrayPoint
d Class representing an ideal point (minimization is assumed)
Author:
Antonio J.Nebro <antonio@lcc.uma.es>
  • Constructor Details

    • IdealPoint

      public IdealPoint(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)