|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.moeaframework.algorithm.SPEA2.MutableDistanceMap
public static class SPEA2.MutableDistanceMap
Mapping of pair-wise distances between points. This mapping is mutable, allowing points to be removed.
| Constructor Summary | |
|---|---|
SPEA2.MutableDistanceMap(double[][] rawDistanceMatrix)
Constructs a new mapping of pair-wise distances between points. |
|
| Method Summary | |
|---|---|
int |
findMostCrowdedPoint()
Returns the most crowded point according to SPEA2's truncation strategy. |
protected void |
initialize(double[][] rawDistanceMatrix)
Initializes the internal data structures. |
void |
removePoint(int index)
Removes the point with the given index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SPEA2.MutableDistanceMap(double[][] rawDistanceMatrix)
rawDistanceMatrix - the distance matrix| Method Detail |
|---|
protected void initialize(double[][] rawDistanceMatrix)
rawDistanceMatrix - the distance matrixpublic int findMostCrowdedPoint()
public void removePoint(int index)
index - the index to remove
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||