| Modifier and Type | Method and Description |
|---|---|
double |
WFGHypervolume.computeHypervolume(List<S> solutionList,
Point referencePoint) |
| Modifier and Type | Method and Description |
|---|---|
Point |
WfgHypervolumeFront.getPoint(int index) |
| Modifier and Type | Method and Description |
|---|---|
double |
WfgHypervolumeVersion.getInclusiveHV(Point point) |
void |
WfgHypervolumeFront.setPoint(int index,
Point point) |
| Constructor and Description |
|---|
WfgHypervolumeVersion(int dimension,
int maxNumberOfPoints,
Point referencePoint) |
| Modifier and Type | Method and Description |
|---|---|
Point |
Front.getPoint(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
Front.setPoint(int index,
Point point) |
| Modifier and Type | Method and Description |
|---|---|
void |
Front.sort(Comparator<Point> comparator) |
| Modifier and Type | Field and Description |
|---|---|
protected Point[] |
ArrayFront.points |
| Modifier and Type | Method and Description |
|---|---|
Point |
ArrayFront.getPoint(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayFront.setPoint(int index,
Point point) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayFront.sort(Comparator<Point> comparator) |
| Modifier and Type | Method and Description |
|---|---|
static double |
FrontUtils.distanceToClosestPoint(Point point,
Front front)
Gets the distance between a point and the nearest one in a given front.
|
static double |
FrontUtils.distanceToClosestPoint(Point point,
Front front,
PointDistance distance)
Gets the distance between a point and the nearest one in a given front
|
static double |
FrontUtils.distanceToNearestPoint(Point point,
Front front)
Gets the distance between a point and the nearest one in a front.
|
static double |
FrontUtils.distanceToNearestPoint(Point point,
Front front,
PointDistance distance)
Gets the distance between a point and the nearest one in a front.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayPoint
Class representing a point (i.e, an array of double values)
|
| Constructor and Description |
|---|
ArrayPoint(Point point)
Copy constructor
|
| Constructor and Description |
|---|
PointSolution(Point point)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
LexicographicalPointComparator.compare(Point pointOne,
Point pointTwo)
The compare method compare the objects o1 and o2.
|
int |
PointDimensionComparator.compare(Point pointOne,
Point pointTwo)
Compares the objects o1 and o2.
|
int |
PointComparator.compare(Point pointOne,
Point pointTwo)
Compares two Point objects
|
| Modifier and Type | Method and Description |
|---|---|
double |
EuclideanDistance.compute(Point a,
Point b) |
double |
PointDistance.compute(Point pointA,
Point pointB) |
double |
DominanceDistance.compute(Point a,
Point b) |
Copyright © 2018. All rights reserved.