Command Palette
Search for a command to run...
탄력성 없는 수요와 겉보기 전력 제약 조건이 있는 수요 반응에 대한 온라인 알고리즘
탄력성 없는 수요와 겉보기 전력 제약 조건이 있는 수요 반응에 대한 온라인 알고리즘
Areg Karapetyan Majid Khonji Chi-Kin Chau Khaled Elbassioni
CogVLM2-Llama3-Chinese-Chat-19B 데모를 온라인으로 실행하세요
초록
전력 시스템의 고전적인 문제는 전력망의 운전 제약 조건을 위반하지 않으면서 들어오는 (탄력적이거나 비탄력적인) 수요를 온라인 방식으로 할당하는 것이다. 문헌에서 온라인 의사결정 문제는 잘 연구되어 왔으나, 전력 시스템에서 발생하는 독특한 도전 과제는 비선형 제약 조건의 존재로, 이는 전통적인 설정과의 차이점을 보인다. 특히 예시로서 겉보기 전력의 용량 제약 조건은 전형적인 선형 제약 조건이 아닌 이차 제약 조건을 야기한다. 본 논문에서는 시간 가변 용량 제약 조건 내에서 총 만족 가능한 겉보기 전력의 범위 하에, 비탄력적인 수요의 시퀀스가 요청된 기간 동안 할당될 수 있는지 여부를 결정하기 위한 경쟁적 확률적 온라인 알고리즘을 제시한다. 또한, 온라인 알고리즘의 변형을 사용하여 노드 전압 제약 조건이 있는 대안적인 설정도 고려한다. 마지막으로, 알고리즘을 경험적으로 평가하기 위한 시뮬레이션 연구를 제공한다.
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 and x, integral solution x, and two sets IS and IL to categorize customers based on demand magnitude. The algorithm processes each arriving customer k by first classifying it into one of the two sets: IS for small demands, defined as those satisfying ∣Sk∣≤δmint∈Tk{Ct}, or IL for large demands. For customers in IS, the algorithm updates a fractional solution xs 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, a separate fractional solution xl is computed using the PD subroutine. The PD schema, detailed in Algorithm 2, iteratively increases the primal variable xk while adjusting dual variables yt to maintain feasibility and ensure the competitive ratio. After computing the fractional solutions, the algorithm applies randomized rounding: for a customer k∈IL, the decision xk is set to 1 with probability ατukrLxl, and for k∈IS, xk is set to 1 with probability (1−τ)2ukrSxs. Finally, a correction step ensures feasibility by setting xk←0 if the resulting load exceeds the capacity constraint at any time slot t. 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.