TL;DR
This paper introduces a parallel ranking and selection procedure that efficiently identifies the best system with high probability, leveraging parallel computing platforms like MPI and Hadoop, and demonstrates improved performance for large-scale problems.
Contribution
The paper proposes a new parallel R&S procedure called GSP that guarantees high-probability selection, is scalable to over 1,000 cores, and reduces sample sizes for large problem sets.
Findings
GSP guarantees correct selection with high probability.
GSP scales efficiently on up to 1,024 cores.
Hadoop MapReduce offers robustness but reduces utilization.
Abstract
The goal of ranking and selection (R&S) procedures is to identify the best stochastic system from among a finite set of competing alternatives. Such procedures require constructing estimates of each system's performance, which can be obtained simultaneously by running multiple independent replications on a parallel computing platform. However, nontrivial statistical and implementation issues arise when designing R&S procedures for a parallel computing environment. Thus we propose several design principles for parallel R&S procedures that preserve statistical validity and maximize core utilization, especially when large numbers of alternatives or cores are involved. These principles are followed closely by our parallel Good Selection Procedure (GSP), which, under the assumption of normally distributed output, (i) guarantees to select a system in the indifference zone with high…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
