Companion

Properties

Link copied to clipboard

Represents the default maximum number of iterations to be executed in a given process or algorithm. This value acts as a safeguard to prevent indefinite looping or excessive computation.

Represents the default number of replications to be performed during an evaluation.

Link copied to clipboard

The largest input-grid (lattice) size that sampleInputFeasiblePoints will enumerate exactly rather than rejection-sample. When the number of distinct feasible grid points is no larger than the request and no larger than this cap, the feasible set is enumerated directly (exact, deterministic, no wasted draws); otherwise rejection sampling is used. The cap guards against materializing an enormous grid if a caller requests an absurd number of points; realistic population and design sizes stay far below it.