|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProxGraphOptWrapper
Interface to wrap optimization helpers for proximity graph functions (see IProxGraph). Examples might include some sort of octree of the nodes and edges of the communication graph at the last evaluation point. Interface class contains no functions, other then createClone() and checkValidity(). Proximity graph functions will have to cast to the appropriate subclass and then check for null. Proximity graph functions which use optimization helpers should be able to function (albeit more slowly) without the use of optimization helpers, or by creating their own instance in the event that a valid one is not passed in.
IProxGraph
Method Summary | |
---|---|
boolean |
checkValidity(int nDim,
double[] arrPoints)
Test function, check whether a vector of positions matches this set of optimization hints. |
IProxGraphOptWrapper |
createClone()
|
Method Detail |
---|
IProxGraphOptWrapper createClone()
boolean checkValidity(int nDim, double[] arrPoints)
nDim
- dimensionality of individual pointsarrPoints
- position vector we are testing against
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |