A Parallelized, Adam-Based Solver for Reserve and Security Constrained AC Unit Commitment
Samuel Chevalier

TL;DR
This paper introduces QuasiGrad, a parallelized Adam-based solver for complex power system optimization problems, demonstrating competitive performance and open-source availability, inspired by advances in machine learning optimization techniques.
Contribution
It develops a novel parallelized Adam-based solver for AC Unit Commitment problems, integrating ML optimization methods into power system optimization.
Findings
QuasiGrad achieved within 5% of top market surplus scores in competitions.
The solver is open-source and easily adaptable with alternative ML-inspired optimizers.
Large-scale experiments validate the solver's effectiveness.
Abstract
Power system optimization problems which include the nonlinear AC power flow equations require powerful and robust numerical solution algorithms. Within this sub-field of nonlinear optimization, interior point methods have come to dominate the solver landscape. Over the last decade, however, a number of efficient numerical optimizers have emerged from the field of Machine Learning (ML). One algorithm in particular, Adam, has become the optimizer-of-choice for a massive percentage of ML training problems (including, e.g., the training of GPT-3), solving some of the largest unconstrained optimization problems ever conceived of. Inspired by such progress, this paper designs a parallelized Adam-based numerical solver to overcome one of the most challenging power system optimization problems: security and reserve constrained AC Unit Commitment. The resulting solver, termed QuasiGrad,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPower System Optimization and Stability · Optimal Power Flow Distribution · Power System Reliability and Maintenance
MethodsAdam · AdaDelta · AdaGrad · RMSProp
