Package com.opttek.optquest.heatmap
Class KrigQuasiRandomTestPointSequence
java.lang.Object
com.opttek.optquest.heatmap.KrigQuasiRandomTestPointSequence
- All Implemented Interfaces:
IKrigTestPointSequence
This is the an implementaion of a KrigTestPointSequence It will return a
new nDims dimensional point from a QuasiRandom sequence every time ::next()
is called. It is an infinite sequence and ::hasNext() will always be true
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KrigQuasiRandomTestPointSequence
public KrigQuasiRandomTestPointSequence(int nDims) throws com.opttek.optquest.COptQuestException - Throws:
com.opttek.optquest.COptQuestException
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIKrigTestPointSequence
-
next
- Specified by:
next
in interfaceIKrigTestPointSequence
-