public class WfgHypervolumeFront extends ArrayFront
numberOfPoints, points| Constructor and Description |
|---|
WfgHypervolumeFront() |
WfgHypervolumeFront(int numberOfPoints,
int dimensions) |
WfgHypervolumeFront(List<? extends Solution<?>> solutionList) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfPoints() |
Point |
getPoint(int index) |
void |
setNumberOfPoints(int numberOfPoints) |
void |
setPoint(int index,
Point point) |
createInputStream, equals, getPointDimensions, hashCode, sortpublic WfgHypervolumeFront()
public WfgHypervolumeFront(int numberOfPoints,
int dimensions)
public void setNumberOfPoints(int numberOfPoints)
public int getNumberOfPoints()
getNumberOfPoints in interface FrontgetNumberOfPoints in class ArrayFrontpublic Point getPoint(int index)
getPoint in interface FrontgetPoint in class ArrayFrontpublic void setPoint(int index,
Point point)
setPoint in interface FrontsetPoint in class ArrayFrontCopyright © 2015. All rights reserved.