CleanUpProcedure

constructor(problemDefinition: ProblemDefinition, deltaC: Double, oneMinusAlphaC: Double = DEFAULT_CONFIDENCE, maxReplicationsPerSystem: Int = DEFAULT_MAX_REPLICATIONS_PER_SYSTEM, feasibilityCILevel: Double = DEFAULT_FEASIBILITY_CI_LEVEL)(source)

Parameters

problemDefinition

the problem whose objective is being screened

deltaC

the clean-up indifference zone δ_C; must be >= 0 (0.0 selects degraded mode)

oneMinusAlphaC

the target confidence/correct-selection level; must be in (0,1)

maxReplicationsPerSystem

the cap on the Rinott second-stage sample size per survivor; must be

= 1. Defaults to DEFAULT_MAX_REPLICATIONS_PER_SYSTEM. Bounds clean-up cost when the variance-to- indifference-zone ratio is large; the guarantee is best-effort once the cap binds.

feasibilityCILevel

the overall confidence level for the statistical response-feasibility test used by cleanUp to hard-filter candidates before ranking & selection; must be in (0,1). Defaults to DEFAULT_FEASIBILITY_CI_LEVEL.