Package org.uma.jmetal.util.point
Interface Point
- All Known Implementing Classes:
ArrayPoint,IdealPoint,NadirPoint
public interface Point
Interface representing a point
- Author:
- Antonio J. Nebro
-
Method Summary
-
Method Details
-
dimension
int dimension() -
values
double[] values() -
value
double value(int index) -
value
void value(int index, double value) -
update
void update(double[] point) -
set
void set(double[] point)
-