HalfWidthSequentialSampler

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

Constructors

Link copied to clipboard
constructor(aName: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun run(v: GetValueIfc, dhw: Double = desiredHalfWidth, maxIter: Long = maxIterations): Boolean
Link copied to clipboard
open override fun toString(): String