Clean Up Procedure
constructor(problemDefinition: ProblemDefinition, deltaC: Double, oneMinusAlphaC: Double = DEFAULT_CONFIDENCE, maxReplicationsPerSystem: Int = DEFAULT_MAX_REPLICATIONS_PER_SYSTEM, feasibilityCILevel: Double = DEFAULT_FEASIBILITY_CI_LEVEL)(source)
Parameters
problem Definition
the problem whose objective is being screened
delta C
the clean-up indifference zone δ_C; must be >= 0 (0.0 selects degraded mode)
one Minus Alpha C
the target confidence/correct-selection level; must be in (0,1)
max Replications Per System
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.
feasibility CILevel
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.