Package | Description |
---|---|
exploration.paretoExploration.distanceexploration |
package contains distance-based algorithm to perform multi-dimensional
design space exploration.
|
Modifier and Type | Field and Description |
---|---|
private Knee[] |
Knee.descendants |
(package private) Knee |
DistanceBasedExploration.kneeTreeRoot |
Modifier and Type | Method and Description |
---|---|
Knee |
Knee.getDescendant(int dim) |
Modifier and Type | Method and Description |
---|---|
void |
Knee.addDescendant(int dim,
Knee kneeNode) |
private void |
DistanceBasedExploration.propSat(Knee kneePoint,
Point s) |
private boolean |
DistanceBasedExploration.propUnSat(Knee kneePoint,
Point s) |
private Point[] |
DistanceBasedExploration.selectPoint(Knee kneePoint) |