Uses of Interface
com.opttek.optquest.heatmap.IKrigTestPointSequence
Packages that use IKrigTestPointSequence
-
Uses of IKrigTestPointSequence in com.opttek.optquest.heatmap
Classes in com.opttek.optquest.heatmap that implement IKrigTestPointSequenceModifier and TypeClassDescriptionclass
This is the an implementaion of a KrigTestPointSequence Upon construction it is given an array of points that it will return in order every time ::next() is called.class
This is the an implementation of a KrigTestPointSequence Upon construction it is given an implementation of another KrigCandidatePointsSequence.class
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.class
This is the an implementaion of a KrigTestPointSequence Upon construction it is given an implementation of another KrigTestPointsSequence.Constructors in com.opttek.optquest.heatmap with parameters of type IKrigTestPointSequenceModifierConstructorDescriptionKrigMonteCarloPointSet
(IKrigTestPointSequence sequence, int minSize, int maxSize, double growthRate, int maxRevisits, int refillFrequency, int mask) KrigMonteCarloPointSet
(IKrigTestPointSequence sequence, int size, int maxRevisits, int mask) KrigRangeScaledTestPointSequence
(IKrigTestPointSequence src, double[] range, double[] offset)