HyperAIHyperAI

Command Palette

Search for a command to run...

il y a un an

Algorithme en ligne pour la réponse à la demande avec des demandes inélastiques et une contrainte de puissance apparente

Areg Karapetyan Majid Khonji Chi-Kin Chau Khaled Elbassioni

Exécuter la démo en ligne de CogVLM2-Llama3-Chinese-Chat-19B

20 heures de calcul sur RTX 5090 pour seulement $1 (valeur $7)
Aller à Notebook

Résumé

Un problème classique dans les systèmes électriques consiste à allouer les demandes entrantes (élastiques ou inélastiques) sans violer les contraintes de fonctionnement des réseaux électriques, et ce, de manière en ligne. Bien que les problèmes de décision en ligne aient été largement étudiés dans la littérature, un défi spécifique aux systèmes électriques réside dans la présence de contraintes non linéaires, ce qui constitue une déviation par rapport aux cadres traditionnels. Un exemple particulier est la contrainte de capacité de la puissance apparente, qui engendre une contrainte quadratique, par opposition aux contraintes linéaires habituelles. Dans cet article, nous présentons un algorithme aléatoire en ligne compétitif pour déterminer si une séquence de demandes inélastiques peut être allouée pour les intervalles demandés, sous réserve de la puissance apparente totale satisfaisable dans le cadre d’une contrainte de capacité variable dans le temps. Nous considérons également un cadre alternatif avec une contrainte de tension nodale, en utilisant une variante de l’algorithme en ligne. Enfin, des études de simulation sont fournies pour évaluer empiriquement les algorithmes.

One-sentence Summary

This paper presents a competitive randomized online algorithm that determines whether inelastic demands can be allocated over requested intervals under time-varying quadratic apparent power capacity constraints, introduces a nodal voltage constraint variant, and empirically evaluates both approaches through simulation studies.

Key Contributions

  • A competitive randomized online algorithm is introduced to determine the allocation of sequential inelastic demands within requested intervals while satisfying time-varying apparent power capacity constraints.
  • A variant of the algorithm is adapted to enforce nodal voltage limits under a relaxed path-topology model that assumes small transmission power losses.
  • Simulation studies are provided to empirically evaluate both algorithms under the specified network constraints.

Introduction

Modern smart grids require real-time demand response management to balance intermittent renewable generation and maintain network stability. The authors address the practical challenge of scheduling inelastic, binary customer demands that arrive unpredictably without knowledge of future requests. While existing online optimization methods effectively handle linear constraints, power systems introduce non-linear quadratic limits on apparent power and strict nodal voltage bounds, leaving a gap in reliable, theoretically guaranteed scheduling solutions. To bridge this gap, the authors develop a competitive randomized online algorithm that dynamically allocates inelastic demands under time-varying apparent power constraints. They further adapt the framework to enforce nodal voltage limits and demonstrate that the approach supports both centralized and distributed control architectures while maintaining provable performance guarantees.

Dataset

  • Dataset composition and sources: The authors construct a synthetic power system dataset using PSCAD simulation and CPLEX optimization. The data combines a custom microgrid environment with the standardized Canadian benchmark distribution system.
  • Key details for each subset: The microgrid configuration features over 2000 sequentially arriving customers within a 4MVA capacity network, with arrival times following a uniform random distribution and demand durations sampled uniformly. The Canadian benchmark feeder is rated at 8.7MVA, 400A, and 12.47KV, utilizing 700MCM Cu XLPE cable with a fixed impedance of 0.1529 + J0.1406 Ω/km and assigning a 2MVA load to each node. The dataset also includes two utility models: a quadratic formulation with predetermined non-negative constants, and a random formulation capped at 1MVA for commercial customers and 20KVA for residential users.
  • How the paper uses the data: The authors apply this dataset to the CSP_V problem to benchmark candidate algorithms. The CPLEX optimizer produces a baseline solution (OFL) that serves as a reference for performance comparison. Time-varying generation capacity is simulated using a Bernoulli process to reflect realistic grid fluctuations.
  • Additional processing details: Customer preferences are structured through a probability preference model that governs utility generation. All demand profiles, capacity limits, and utility parameters are mathematically parameterized to ensure reproducible case studies and consistent algorithm evaluation.

Method

The authors present a competitive online algorithm, referred to as Online, designed to solve the complex-demand scheduling problem under generation capacity constraints (CSP_C) in a demand response (DR) framework. The overall framework is structured to handle the arrival of customers sequentially, making decisions online without knowledge of future demands, while ensuring feasibility with respect to time-varying generation capacity. The algorithm leverages a primal-dual (PD) schema as a core subroutine to obtain fractional solutions and employs a randomized rounding technique with correction to convert these fractional solutions into integral ones, thereby satisfying the binary decision variable constraints required for the problem.

The Online algorithm is initialized with global variables including fractional solutions x^\widehat{x}x and x~\widetilde{x}x, integral solution xxx, and two sets IS\mathcal{I}_SIS and IL\mathcal{I}_LIL to categorize customers based on demand magnitude. The algorithm processes each arriving customer kkk by first classifying it into one of the two sets: IS\mathcal{I}_SIS for small demands, defined as those satisfying SkδmintTk{Ct}|S_k| \leq \delta \min_{t \in T_k}\{C_t\}SkδmintTk{Ct}, or IL\mathcal{I}_LIL for large demands. For customers in IS\mathcal{I}_SIS, the algorithm updates a fractional solution x^s\widehat{x}_sxs using the PD subroutine, which operates on a linearly constrained packing problem derived from the original quadratically constrained problem via Lemma 3. For customers in IL\mathcal{I}_LIL, a separate fractional solution x~l\widetilde{x}_lxl is computed using the PD subroutine. The PD schema, detailed in Algorithm 2, iteratively increases the primal variable xkx_kxk while adjusting dual variables yty_tyt to maintain feasibility and ensure the competitive ratio. After computing the fractional solutions, the algorithm applies randomized rounding: for a customer kILk \in \mathcal{I}_LkIL, the decision xkx_kxk is set to 1 with probability ατx~lukrL\alpha \tau \frac{\widetilde{x}_l}{u_k r_L}ατukrLxl, and for kISk \in \mathcal{I}_SkIS, xkx_kxk is set to 1 with probability (1τ)x^s2ukrS(1-\tau) \frac{\widehat{x}_s}{2u_k r_S}(1τ)2ukrSxs. Finally, a correction step ensures feasibility by setting xk0x_k \leftarrow 0xk0 if the resulting load exceeds the capacity constraint at any time slot ttt. This process ensures that the algorithm produces a feasible solution while maintaining a theoretical competitive ratio, as analyzed in Theorem 1.

Experiment

The empirical evaluation compares the proposed Online algorithm against an offline optimal solution and a greedy first-come-first-serve benchmark across varying utility functions and operational constraints. Results demonstrate that the Online approach consistently achieves performance closely aligned with the offline optimum, whereas the FCFS method frequently deviates significantly from optimal outcomes. Additionally, the proposed algorithm successfully maximizes system objectives while maintaining end-of-feeder voltage levels within IEEE standards. These findings confirm the method's robustness and practical effectiveness for dynamic scheduling under realistic grid constraints.


Créer de l'IA avec l'IA

De l'idée au lancement — accélérez votre développement IA avec le co-codage IA gratuit, un environnement prêt à l'emploi et le meilleur prix pour les GPU.

Codage assisté par IA
GPU prêts à l’emploi
Tarifs les plus avantageux

HyperAI Newsletters

Abonnez-vous à nos dernières mises à jour
Nous vous enverrons les dernières mises à jour de la semaine dans votre boîte de réception à neuf heures chaque lundi matin
Propulsé par MailChimp