English

Infrequent Resolving Algorithm for Online Linear Programming

Data Structures and Algorithms 2025-11-18 v6 Machine Learning Optimization and Control

Abstract

Online linear programming (OLP) has gained significant attention from both researchers and practitioners due to its extensive applications, such as online auction, network revenue management, order fulfillment and advertising. Existing OLP algorithms fall into two categories: LP-based algorithms and LP-free algorithms. The former one typically guarantees better performance but requires solving a large number of LPs, which could be computationally expensive. In contrast, LP-free algorithm only requires first-order computations but induces a worse performance. In this work, we bridge the gap between these two extremes by proposing a well-performing algorithm, that solves LPs at a few selected time points and conducts first-order computations at other time points. Specifically, for the case where the inputs are drawn from an unknown finite-support distribution, the proposed algorithm achieves a constant regret (even for the hard "degenerate" case) while solving LPs only O(log log T) times over the time horizon T. Moreover, when we are allowed to solve LPs only M times, we design the corresponding schedule such that the proposed algorithm can guarantee a nearly O(T^((1/2)^(M-1)) regret. Our work highlights the value of resolving both at the beginning and the end of the selling horizon, and provides a novel framework to prove the performance guarantee of the proposed policy under different infrequent resolving schedules. Numerical experiments are conducted to demonstrate the efficiency of the proposed algorithms.

Keywords

Cite

@article{arxiv.2408.00465,
  title  = {Infrequent Resolving Algorithm for Online Linear Programming},
  author = {Guokai Li and Zizhuo Wang and Jingwei Zhang},
  journal= {arXiv preprint arXiv:2408.00465},
  year   = {2025}
}

Comments

With very few resolvings, we can achieve constant regret (even without the non-degeneracy assumption) for OLP and NRM problems