AlphaRank: An Artificial Intelligence Approach for Ranking and Selection Problems
Ruihan Zhou, L. Jeff Hong, Yijie Peng

TL;DR
AlphaRank is a novel AI method that uses deep reinforcement learning and Monte Carlo simulation to efficiently solve large-scale ranking and selection problems by optimizing sample allocation.
Contribution
It introduces a new AI framework combining Markov decision processes, deep learning, and parallel computing for improved ranking and selection efficiency.
Findings
AlphaRank outperforms traditional policies in numerical experiments.
The method effectively balances mean, variance, and correlation.
Scalability is enhanced through parallelizable computing.
Abstract
We introduce AlphaRank, an artificial intelligence approach to address the fixed-budget ranking and selection (R&S) problems. We formulate the sequential sampling decision as a Markov decision process and propose a Monte Carlo simulation-based rollout policy that utilizes classic R&S procedures as base policies for efficiently learning the value function of stochastic dynamic programming. We accelerate online sample-allocation by using deep reinforcement learning to pre-train a neural network model offline based on a given prior. We also propose a parallelizable computing framework for large-scale problems, effectively combining "divide and conquer" and "recursion" for enhanced scalability and efficiency. Numerical experiments demonstrate that the performance of AlphaRank is significantly improved over the base policies, which could be attributed to AlphaRank's superior capability on…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Mining Algorithms and Applications
MethodsBalanced Selection
