Package org.uma.jmetal.util.point.impl
Class NadirPoint
java.lang.Object
org.uma.jmetal.util.point.impl.ArrayPoint
org.uma.jmetal.util.point.impl.NadirPoint
- All Implemented Interfaces:
Point
Class representing a nadir point (minimization is assumed)
- Author:
- Antonio J.Nebro
-
Constructor Details
-
NadirPoint
public NadirPoint(int dimension)
-
-
Method Details
-
update
public void update(double[] point) - Specified by:
updatein interfacePoint- Overrides:
updatein classArrayPoint
-
update
-