| Package | Description |
|---|---|
| org.uma.jmetal.util.front.util | |
| org.uma.jmetal.util.point.util.distance |
| Modifier and Type | Method and Description |
|---|---|
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,
PointDistance distance)
Gets the distance between a point and the nearest one in a front.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DominanceDistance
Computes the distance between two points a y b according to the dominance relationship.
|
class |
EuclideanDistance
Computes the Euclidean distance between two points
|
Copyright © 2018. All rights reserved.