English

Dueling Algorithms

Computer Science and Game Theory 2011-01-17 v1 Data Structures and Algorithms

Abstract

We revisit classic algorithmic search and optimization problems from the perspective of competition. Rather than a single optimizer minimizing expected cost, we consider a zero-sum game in which an optimization problem is presented to two players, whose only goal is to outperform the opponent. Such games are typically exponentially large zero-sum games, but they often have a rich combinatorial structure. We provide general techniques by which such structure can be leveraged to find minmax-optimal and approximate minmax-optimal strategies. We give examples of ranking, hiring, compression, and binary search duels, among others. We give bounds on how often one can beat the classic optimization algorithms in such duels.

Keywords

Cite

@article{arxiv.1101.2883,
  title  = {Dueling Algorithms},
  author = {Nicole Immorlica and Adam Tauman Kalai and Brendan Lucier and Ankur Moitra and Andrew Postlewaite and Moshe Tennenholtz},
  journal= {arXiv preprint arXiv:1101.2883},
  year   = {2011}
}

Comments

26 pages

R2 v1 2026-06-21T17:12:20.151Z