jmetal.qualityIndicator.fastHypervolume.wfg
Class Point
java.lang.Object
jmetal.qualityIndicator.fastHypervolume.wfg.Point
public class Point
- extends java.lang.Object
Created with IntelliJ IDEA.
User: antelverde
Date: 25/07/13
Time: 16:25
To change this template use File | Settings | File Templates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
objectives_
public double[] objectives_
Point
public Point(int dimension)
Point
public Point(Solution solution)
Point
public Point(double[] points)
getNumberOfObjectives
public int getNumberOfObjectives()
getObjectives
public double[] getObjectives()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object