Compass Solver
Parameters
the problem being solved
the evaluator responsible for assessing the quality of solutions
the random number stream number; 0 (the default) means the next available stream
the provider of random number streams; defaults to a fresh RNStreamProvider
the number of MPA candidate points drawn each iteration (the paper's m_L)
the simulation-allocation rule; defaults to FixedScheduleSAR
the constraint-pruning strategy; defaults to BruteForceRedundancyChecker
prune the MPA's halfway hyperplanes every this many iterations (the paper's c_p)
the local-optimality indifference zone δ_L; defaults to the problem's indifference-zone parameter (ISC appendix Table III: δ_L default δ_C); 0.0 selects degraded mode (stop on the MPA-singleton condition with no local-optimality test)
the Kim (2005) test used when deltaL> 0; built from deltaL if null
the maximum number of COMPASS iterations
the cap on the total replications a single COMPASS run may request; defaults to defaultMaxReplications. A best-effort safety valve bounding a run on a noisy, flat landscape.
strategy for the number of replications per (new-point) evaluation
an optional name for the solver
Constructs a COMPASS solver using a fixed number of replications per new-point evaluation.