The College Application Problem
Max Kapur, Sung-Pil Hong

TL;DR
This paper addresses the optimal college application problem, proposing algorithms for maximizing expected maximum portfolio value under budget constraints, with solutions ranging from polynomial-time algorithms to heuristics for NP-complete cases.
Contribution
It introduces a polynomial-time algorithm for identical application fees and four algorithms, including approximation schemes and heuristics, for the general case with varying fees.
Findings
Exact polynomial-time solution for identical fees
NP-completeness for differing fees
Algorithms demonstrate high accuracy and efficiency
Abstract
This paper considers the maximization of the expected maximum value of a portfolio of random variables subject to a budget constraint. We refer to this as the optimal college application problem. When each variable's cost, or each college's application fee, is identical, we show that the optimal portfolios are nested in the budget constraint, yielding an exact polynomial-time algorithm. When colleges differ in their application fees, we show that the problem is NP-complete. We provide four algorithms for this more general setup: a branch-and-bound routine, a dynamic program that produces an exact solution in pseudopolynomial time, a different dynamic program that yields a fully polynomial-time approximation scheme, and a simulated-annealing heuristic. Numerical experiments demonstrate the algorithms' accuracy and efficiency.
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.
Taxonomy
TopicsRisk and Portfolio Optimization · Auction Theory and Applications · Game Theory and Voting Systems
