English

Online Smoothed Demand Management

Data Structures and Algorithms 2026-02-23 v2 Machine Learning Systems and Control Systems and Control

Abstract

We introduce and study a class of online problems called online smoothed demand management (OSDM)(\texttt{OSDM}), motivated by paradigm shifts in grid integration and energy storage for large energy consumers such as data centers. In OSDM\texttt{OSDM}, an operator makes two decisions at each time step: an amount of energy to be purchased, and an amount of energy to be delivered (i.e., used for computation). The difference between these decisions charges (or discharges) the operator's energy storage (e.g., a battery). Two types of demand arrive online: base demand, which must be covered at the current time, and flexible demand, which can be satisfied at any time before a demand-specific deadline Δt\Delta_t. The operator's goal is to minimize a cost (subject to above constraints) that combines a cost of purchasing energy, a cost for delivering energy (if applicable), and smoothness penalties on the purchasing and delivery rates to discourage fluctuations and encourage ``grid healthy'' decisions. OSDM\texttt{OSDM} generalizes several problems in the online algorithms literature while being the first to fully model applications of interest. We propose a competitive algorithm for OSDM\texttt{OSDM} called PAAD\texttt{PAAD} (partitioned accounting & aggregated decisions) and show it achieves the optimal competitive ratio. To overcome the pessimism typical of worst-case analysis, we also propose a novel learning framework that provides guarantees on the worst-case competitive ratio (i.e., to provide robustness against nonstationarity) while allowing end-to-end differentiable learning of the best algorithm on historical instances of the problem. We evaluate our algorithms in a case study of a grid-integrated data center with battery storage, showing that PAAD\texttt{PAAD} effectively solves the problem and end-to-end learning achieves substantial performance improvements compared to PAAD\texttt{PAAD}.

Keywords

Cite

@article{arxiv.2511.18554,
  title  = {Online Smoothed Demand Management},
  author = {Adam Lechowicz and Nicolas Christianson and Mohammad Hajiesmaili and Adam Wierman and Prashant Shenoy},
  journal= {arXiv preprint arXiv:2511.18554},
  year   = {2026}
}

Comments

Accepted to SIGMETRICS '26. 65 pages, 11 figures

R2 v1 2026-07-01T07:51:07.503Z