Half Width Sequential Sampler
class HalfWidthSequentialSampler(aName: String? = null) : Observable<Double> , IdentityIfc, DoubleEmitterIfc(source)
Continually gets the value of the supplied GetValueIfc in the run() until the supplied sampling half-width requirement is met or the default maximum number of iterations is reached, whichever comes first.
Author
rossetti