inputRangeLatinHyperCubeInputs

fun inputRangeLatinHyperCubeInputs(numPoints: Int, rnStream: RNStreamIfc = KSLRandom.defaultRNStream()): List<InputMap>(source)

Generates the specified number of points using Latin hyper-cube sampling over the ranges of inputs. The points may not be feasible with respect to linear or functional constraints.

Return

the points defined as inputs

Parameters

numPoints

the number of point to generate. This defines how the range of the inputs are divided such that the individual cubes have points.

rnStream

the random number stream to use for the sampling