Optimal Algorithms for Free Order Multiple-Choice Secretary
Mohammad Taghi Hajiaghayi, Dariusz R. Kowalski, Piotr Krysta, Jan, Olkowski

TL;DR
This paper introduces an optimal, entropy-efficient algorithm for the free order multiple-choice secretary problem, achieving near-perfect competitive ratio with minimal randomness, and improves upon prior work in the field.
Contribution
It presents a deterministic, multiple-threshold algorithm with optimal entropy and competitive ratio, advancing the understanding of randomness efficiency in secretary problems.
Findings
Achieves a competitive ratio of 1 - O(√(log k / k))
Constructs a distribution on orders with optimal entropy Θ(log log n)
Provides a lower bound on entropy matching the algorithm's entropy
Abstract
Suppose we are given integer and boxes labeled by an adversary, each containing a number chosen from an unknown distribution. We have to choose an order to sequentially open these boxes, and each time we open the next box in this order, we learn its number. If we reject a number in a box, the box cannot be recalled. Our goal is to accept the largest of these numbers, without necessarily opening all boxes. This is the free order multiple-choice secretary problem. Free order variants were studied extensively for the secretary and prophet problems. Kesselheim, Kleinberg, and Niazadeh KKN (STOC'15) initiated a study of randomness-efficient algorithms (with the cheapest order in terms of used random bits) for the free order secretary problems. We present an algorithm for free order multiple-choice secretary, which is simultaneously optimal for the…
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
TopicsOptimization and Search Problems · Cryptography and Data Security · Complexity and Algorithms in Graphs
