Distributed quasi-newton method and its application to the optimal reactive power flow problem

Size: px
Start display at page:

Download "Distributed quasi-newton method and its application to the optimal reactive power flow problem"

Transcription

1 1 Distributed quasi-newton method and its application to the optimal reactive power flow problem Saverio Bolognani

2 Power distribution networks 2 Transmission Grid Distribution Grid up to ~150 MW Rural Network ~5 MW substations Low Voltage (50 kv) City Network ~2 MW City Power Plant ~400 kw Farm Industrial Customers Extra High High Medium Low Voltage Wind Farm Solar Farm

3 Reactive power compensators How to Own a Power Pla Innovative heating systems not only provide warmth but also satisfy of the electricity demand of an average four-person household. 3 Distributed Generation The electronic interface of every micro generator can act as a compensator: micro-hydroelectric, combined heat and power, wind, solar, waste thermal generation. Stirling engine Generator Burner Cold water Demand for resource-saving heat generation systems is growing. One driver of this development is the fact that well-insulated new buildings and renovated older structures have lower heating demand. In addition, high energy prices as well as insecurity on the part of consumers regarding the reliability of gas and oil supplies are also prompting researchers and developers to consider new heating methods. One such method is the simultaneous generation of heat and electricity by so-called CHP (combined heat and power) systems. These are among the most efficient methods of energy generation, because the fuel they use is transformed into electrical energy as well as heat usually in the form of steam and hot water. More than 90 percent of the energy contained in fuel can be utilized by these systems, compared with only about 38 percent for electrical generation by a conventional power plant. This high thermodynamic efficiency can make a major contribution to operating economy as well as environmental protection. Simultaneously, emissions of carbon dioxide and nitro- Households will soon be able to generate their own heat and electricity using a mini CHP device (left and above). Scientists are now fine tuning the technology. the distribution network is partially unknown and unmonitored these agents can connect and disconnect because of the stochastic character of the energy sources and the large number of DG units, a centralized dispatchment is too complex security of the energy supply may be jeopardized if a great amount of data is handled online by a single control center. plying it to single and multi-family homes is new; many manufacturers are already excited about exploiting this potential. Siemens Building Technologies (BT), for instance, has developed the electronics for a gas-fired micro heat and power cogeneration device (microchp). We see a clear line of development toward the use of personal small power plants in singlefamily homes in place of oil or gas-fired boilers, says Georges Van Puyenbroeck, director of sales and marketing at BT s OEM Boiler & Burner Equipment. With this goal in mind, BT specialists are working together with manufacturers of condensing boilers, including Viessmann, Vaillant, Remeha B.V., and the Baxi Group. How to Generate a Kilowatt. Until now, condensing boilers have produced only heat, but mounted boiler between the co is used to gene mentations per mum of one k which about 90 the home or fed grid. The device For consume their disposal th eration power p heat but also tw son household remaining elect grid to which th connected. Ope gas (LPG) is a readjustment of Siemens elec to keep the Stir ble operating r temperatures fo at the proper tim monitor the fee into the power u

4 Simplified model 4 Consider a tree describing the low-mid voltage distribution network. 1 f j j q j f i i q i user compensator N q i is the injected reactive power, f i is the reactive power flow.

5 Optimization problem 5 The optimization problem of having minimal power losses on the network corresponds to having minimal reactive power flows subject to i C U q i = 0 f i = f i (q 1,..., q N ) or in matricial form min F (f 2,..., f N ) = N i=2 f 2 i k i. 1 constraint - reactive power conservation N 1 constraints - power flow equations min subject to f T K 2 f f = Aq + B q 1 T N C q + 1 T N U q = 0

6 Optimization problem 6 By eliminating the second constraint, one obtains the quadratic problem min J(q) = q T M 2 q + qt m subject to 1 T N C q = c. which has the closed form solution ( ) c + 1 T q = M 1 N C M 1 m m 1 T N U M 1 1 NC 1 NC

7 Distributing the problem 7 Why this problem can still be interesting? unknown hessian M (depends on the topology) unknown constant c (depends on the demands) unknown vector m (depends on the demands).

8 Distributing the problem 7 Why this problem can still be interesting? unknown hessian M (depends on the topology) unknown constant c (depends on the demands) unknown vector m (depends on the demands). Gradient driven optimization algorithms Most of the algorithms for the solution of convex optimization problems are driven by the gradient, and assume that the gradient is available. q(t + 1) = q(t) Γg(q(t))

9 Distributed gradient estimation 8 The gradient can be rewritten as g = A T KAq + A T KB q = Mq + m = A T Kf = i E P i k i f i, g i g j = δ l (i, j)k l f l v i v j. l P ij j i The gradient can then be estimated element-wise and up to a constant from the steady state of the system: g i = v i + ξ.

10 Distributing the problem 9 q(t + 1) = q(t) Γg If a communication constraint is enforced via a graph G, then Γ cannot be a generic gain matrix. Sparse Γ The simplest approach consists in enforcing sparsity of Γ so that it is consistent with G. However, a sparse Γ is unlikely to solve the problem efficiently, because the global constraint couples the agents states non-separable cost functions couple the agents optimal choice nobody knows the whole system and can design Γ

11 Example: Newton descent 10 If the network topology is fully known and communication constraints are relaxed, it is possible to implement a constrained Newton algorithm that guarantees 1-step convergence: q(t + 1) = q(t) Γg = q(t) M 1 g + 1T M 1 g 1 T M 1 1 M 1 1 Γ = M 1 M 1 11 T M 1 1 T M 1 1

12 Example: Newton descent 10 If the network topology is fully known and communication constraints are relaxed, it is possible to implement a constrained Newton algorithm that guarantees 1-step convergence: q(t + 1) = q(t) Γg = q(t) M 1 g + 1T M 1 g 1 T M 1 1 M 1 1 Γ = M 1 M 1 11 T M 1 1 T M 1 1 Or, if an approximation for M 1 is available, one can implement an approximate Newton step q(t + 1) = q(t) Hg + 1T Hg 1 T H1 H1

13 Decomposition: descent + projection 11 In the approximate Newton descent step it is easy to recognize two parts q(t + 1) = q(t) Hg + 1T Hg 1 T H1 H1

14 Decomposition: descent + projection 11 In the approximate Newton descent step it is easy to recognize two parts q(t + 1) = q(t) Hg + 1T Hg 1 T H1 H1 an unconstrained descent step (requires knowledge of the system)

15 Decomposition: descent + projection 11 In the approximate Newton descent step it is easy to recognize two parts q(t + 1) = q(t) Hg + 1T Hg 1 T H1 H1 an unconstrained descent step (requires knowledge of the system) a projection step (requires knowledge of the others choice)

16 Sparse approximations + consensus 12 q(t + 1) = q(t) Hg+ 1T Hg 1 T H1 H1

17 Sparse approximations + consensus 12 Sparse H q(t + 1) = q(t) Hg+ 1T Hg 1 T H1 H1 By choosing a sparse approximation H for M 1, the computation of Hg and H1 depends only on neighbors data.

18 Sparse approximations + consensus 12 q(t + 1) = q(t) Hg+ 1T Hg 1 T H1 H1 Sparse H By choosing a sparse approximation H for M 1, the computation of Hg and H1 depends only on neighbors data. Consensus algorithm By running average consensus algorithms on the vectors [H i g H i 1] T, nodes agree on the projection step.

19 Sparse approximations + consensus 12 q(t + 1) = q(t) Hg+ 1T Hg 1 T H1 H1 Sparse H By choosing a sparse approximation H for M 1, the computation of Hg and H1 depends only on neighbors data. Consensus algorithm By running average consensus algorithms on the vectors [H i g H i 1] T, nodes agree on the projection step. This approach enables a whole class of methods in the form q i (t + 1) = q i (t) γ i (q j, g j (q), j N i ; η i, x)

20 Quasi-Newton method 13 Quasi-Newton methods In these methods an estimate of the hessian s inverse is updated at every step so that it satisfies the secant condition H(t + 1) g(t) = q(t) (where H is the estimate of the inverse of the hessian, and d is the projection of the gradient of the constraint) it minimizes H(t + 1) H(t).

21 Quasi-Newton method 13 Quasi-Newton methods In these methods an estimate of the hessian s inverse is updated at every step so that it satisfies the secant condition H(t + 1) g(t) = q(t) (where H is the estimate of the inverse of the hessian, and d is the projection of the gradient of the constraint) it minimizes H(t + 1) H(t). A quasi-newton method (Broyden s method) can be applied to our constrained optimization problem.

22 Quasi-Newton method 14 where d = Ωg. q(t + 1) = q(t) Gd(t) G(t + 1) = G(t) + [ q G d] dt d T d

23 Quasi-Newton method 14 q(t + 1) = q(t) Gd(t) G(t + 1) = G(t) + where d = Ωg. Update equation for the single node: [ q G d] dt d T d q i (t + 1) = q i (t) G i d(t) G i (t + 1) = G i (t) + [ q i G i d] d T d T d.

24 Quasi-Newton method 14 q(t + 1) = q(t) Gd(t) G(t + 1) = G(t) + [ q G d] dt d T d where d = Ωg. Update equation for the single node: q i (t + 1) = q i (t) G i d(t) G i (t + 1) = G i (t) + [ q i G i d] d T d T d. Finite time convergence We proved that this method converges in at most 2N steps.

25 Distributed quasi-newton method 15 Communication constraints Suppose that communication constraints are now enforced: the update equation must keep the estimate H sparse. H(t + 1) = H(t) + P E [D + ( q H g) g T ], where and { Aij if (i, j) E (P E (A)) ij = 0 otherwise ( D + ) ij = 1/g (i)t g (i) if g (i) 0 0 if g (i) = 0.

26 Distributed quasi-newton method 16 Let s complete the algorithm by introducing the projection step: obtaining q(t + 1) = q(t) H(t)g(t) + 1T H(t)g(t) 1 T H(t)1 H1 Distributed quasi-newton method q i (t + 1) = q i (t) H i (t) T g (i) (t) + xh i (t) T 1 (i) H i (t + 1) = H i (t) + [ ] q i H i (t) T g (i) g (i) (t) (t) g (i) (t) T g (i) (t) where x = z 1 / z 2, z being the result of consensus algorithm on z (i) (0) = [ ] Hi (t) T g (i) (t) H i (t) T 1 (i).

27 Numerical simulations M H complete H sparse sparsity constraint

28 Numerical simulations 18 cost function F(q) iteration Newton (solid), quasi-newton (dashed), distribute quasi-newton (dot-dashed), steepest descent (dotted).

29 19 Bolognani, S., and Zampieri, S. (2010). Distributed Quasi-Netwon Method and its Application to the Optimal Reactive Power Flow Problem. In Proceedings of NECSYS 2010,, France. Thanks! Saverio Bolognani Department of Information Engineering University of Padova (Italy) sbologna This work is licensed under the Creative Commons BY-NC-SA 2.5 Italy License

A gossip-like distributed optimization algorithm for reactive power flow control

A gossip-like distributed optimization algorithm for reactive power flow control A gossip-like distributed optimization algorithm for reactive power flow control Saverio Bolognani Sandro Zampieri Department of Information Engineering, University of Padova, Padova, Italy (e-mail: {saveriobolognani,

More information

CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM

CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM 16 CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM 2.1 INTRODUCTION Load flow analysis of power system network is used to determine the steady state solution for a given set of bus loading

More information

Contents Economic dispatch of thermal units

Contents Economic dispatch of thermal units Contents 2 Economic dispatch of thermal units 2 2.1 Introduction................................... 2 2.2 Economic dispatch problem (neglecting transmission losses)......... 3 2.2.1 Fuel cost characteristics........................

More information

Optimal Placement & sizing of Distributed Generator (DG)

Optimal Placement & sizing of Distributed Generator (DG) Chapter - 5 Optimal Placement & sizing of Distributed Generator (DG) - A Single Objective Approach CHAPTER - 5 Distributed Generation (DG) for Power Loss Minimization 5. Introduction Distributed generators

More information

Networked Feedback Control for a Smart Power Distribution Grid

Networked Feedback Control for a Smart Power Distribution Grid Networked Feedback Control for a Smart Power Distribution Grid Saverio Bolognani 6 March 2017 - Workshop 1 Future power distribution grids Traditional Power Generation transmission grid It delivers power

More information

Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation

Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation James Ranjith Kumar. R, Member, IEEE, Amit Jain, Member, IEEE, Power Systems Division,

More information

New Formulations of the Optimal Power Flow Problem

New Formulations of the Optimal Power Flow Problem New Formulations of the Optimal Power Flow Problem Prof. Daniel Kirschen The University of Manchester 2010 D. Kirschen and The University of Manchester 1 2010 D. Kirschen and The University of Manchester

More information

Power Engineering II. Fundamental terms and definitions

Power Engineering II. Fundamental terms and definitions Fundamental terms and definitions Power engineering A scientific discipline that focuses on: Generation of electrical energy (EE) Transmission and distribution of EE Consumption of EE Power grid operation

More information

OPER 627: Nonlinear Optimization Lecture 14: Mid-term Review

OPER 627: Nonlinear Optimization Lecture 14: Mid-term Review OPER 627: Nonlinear Optimization Lecture 14: Mid-term Review Department of Statistical Sciences and Operations Research Virginia Commonwealth University Oct 16, 2013 (Lecture 14) Nonlinear Optimization

More information

Constrained optimization. Unconstrained optimization. One-dimensional. Multi-dimensional. Newton with equality constraints. Active-set method.

Constrained optimization. Unconstrained optimization. One-dimensional. Multi-dimensional. Newton with equality constraints. Active-set method. Optimization Unconstrained optimization One-dimensional Multi-dimensional Newton s method Basic Newton Gauss- Newton Quasi- Newton Descent methods Gradient descent Conjugate gradient Constrained optimization

More information

Non-convex optimization. Issam Laradji

Non-convex optimization. Issam Laradji Non-convex optimization Issam Laradji Strongly Convex Objective function f(x) x Strongly Convex Objective function Assumptions Gradient Lipschitz continuous f(x) Strongly convex x Strongly Convex Objective

More information

Improving L-BFGS Initialization for Trust-Region Methods in Deep Learning

Improving L-BFGS Initialization for Trust-Region Methods in Deep Learning Improving L-BFGS Initialization for Trust-Region Methods in Deep Learning Jacob Rafati http://rafati.net jrafatiheravi@ucmerced.edu Ph.D. Candidate, Electrical Engineering and Computer Science University

More information

About Nnergix +2, More than 2,5 GW forecasted. Forecasting in 5 countries. 4 predictive technologies. More than power facilities

About Nnergix +2, More than 2,5 GW forecasted. Forecasting in 5 countries. 4 predictive technologies. More than power facilities About Nnergix +2,5 5 4 +20.000 More than 2,5 GW forecasted Forecasting in 5 countries 4 predictive technologies More than 20.000 power facilities Nnergix s Timeline 2012 First Solar Photovoltaic energy

More information

GENERATOR INTERCONNECTION APPLICATION

GENERATOR INTERCONNECTION APPLICATION GENERATOR INTERCONNECTION APPLICATION FOR BUY-ALL/SELL-ALL PROJECTS WITH AGGREGATE GENERATOR OUTPUT OF MORE THAN 20 KW BUT LESS THAN OR EQUAL TO 1 MW Electric Utility Contact Information Great Lakes Energy

More information

Network Newton. Aryan Mokhtari, Qing Ling and Alejandro Ribeiro. University of Pennsylvania, University of Science and Technology (China)

Network Newton. Aryan Mokhtari, Qing Ling and Alejandro Ribeiro. University of Pennsylvania, University of Science and Technology (China) Network Newton Aryan Mokhtari, Qing Ling and Alejandro Ribeiro University of Pennsylvania, University of Science and Technology (China) aryanm@seas.upenn.edu, qingling@mail.ustc.edu.cn, aribeiro@seas.upenn.edu

More information

Analytical Study Based Optimal Placement of Energy Storage Devices in Distribution Systems to Support Voltage and Angle Stability

Analytical Study Based Optimal Placement of Energy Storage Devices in Distribution Systems to Support Voltage and Angle Stability University of Wisconsin Milwaukee UWM Digital Commons Theses and Dissertations June 2017 Analytical Study Based Optimal Placement of Energy Storage Devices in Distribution Systems to Support Voltage and

More information

Non-Linear Optimization

Non-Linear Optimization Non-Linear Optimization Distinguishing Features Common Examples EOQ Balancing Risks Minimizing Risk 15.057 Spring 03 Vande Vate 1 Hierarchy of Models Network Flows Linear Programs Mixed Integer Linear

More information

ECE580 Exam 1 October 4, Please do not write on the back of the exam pages. Extra paper is available from the instructor.

ECE580 Exam 1 October 4, Please do not write on the back of the exam pages. Extra paper is available from the instructor. ECE580 Exam 1 October 4, 2012 1 Name: Solution Score: /100 You must show ALL of your work for full credit. This exam is closed-book. Calculators may NOT be used. Please leave fractions as fractions, etc.

More information

5 Quasi-Newton Methods

5 Quasi-Newton Methods Unconstrained Convex Optimization 26 5 Quasi-Newton Methods If the Hessian is unavailable... Notation: H = Hessian matrix. B is the approximation of H. C is the approximation of H 1. Problem: Solve min

More information

Programming, numerics and optimization

Programming, numerics and optimization Programming, numerics and optimization Lecture C-3: Unconstrained optimization II Łukasz Jankowski ljank@ippt.pan.pl Institute of Fundamental Technological Research Room 4.32, Phone +22.8261281 ext. 428

More information

Mathematical optimization

Mathematical optimization Optimization Mathematical optimization Determine the best solutions to certain mathematically defined problems that are under constrained determine optimality criteria determine the convergence of the

More information

Algorithms for Constrained Optimization

Algorithms for Constrained Optimization 1 / 42 Algorithms for Constrained Optimization ME598/494 Lecture Max Yi Ren Department of Mechanical Engineering, Arizona State University April 19, 2015 2 / 42 Outline 1. Convergence 2. Sequential quadratic

More information

Minimization of Energy Loss using Integrated Evolutionary Approaches

Minimization of Energy Loss using Integrated Evolutionary Approaches Minimization of Energy Loss using Integrated Evolutionary Approaches Attia A. El-Fergany, Member, IEEE, Mahdi El-Arini, Senior Member, IEEE Paper Number: 1569614661 Presentation's Outline Aim of this work,

More information

Preliminaries Overview OPF and Extensions. Convex Optimization. Lecture 8 - Applications in Smart Grids. Instructor: Yuanzhang Xiao

Preliminaries Overview OPF and Extensions. Convex Optimization. Lecture 8 - Applications in Smart Grids. Instructor: Yuanzhang Xiao Convex Optimization Lecture 8 - Applications in Smart Grids Instructor: Yuanzhang Xiao University of Hawaii at Manoa Fall 2017 1 / 32 Today s Lecture 1 Generalized Inequalities and Semidefinite Programming

More information

OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION

OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION Onah C. O. 1, Agber J. U. 2 and Ikule F. T. 3 1, 2, 3 Department of Electrical and Electronics

More information

Architectures and Algorithms for Distributed Generation Control of Inertia-Less AC Microgrids

Architectures and Algorithms for Distributed Generation Control of Inertia-Less AC Microgrids Architectures and Algorithms for Distributed Generation Control of Inertia-Less AC Microgrids Alejandro D. Domínguez-García Coordinated Science Laboratory Department of Electrical and Computer Engineering

More information

Higher-Order Methods

Higher-Order Methods Higher-Order Methods Stephen J. Wright 1 2 Computer Sciences Department, University of Wisconsin-Madison. PCMI, July 2016 Stephen Wright (UW-Madison) Higher-Order Methods PCMI, July 2016 1 / 25 Smooth

More information

Optimization II: Unconstrained Multivariable

Optimization II: Unconstrained Multivariable Optimization II: Unconstrained Multivariable CS 205A: Mathematical Methods for Robotics, Vision, and Graphics Justin Solomon CS 205A: Mathematical Methods Optimization II: Unconstrained Multivariable 1

More information

Optimal Power Flow. S. Bose, M. Chandy, M. Farivar, D. Gayme S. Low. C. Clarke. Southern California Edison. Caltech. March 2012

Optimal Power Flow. S. Bose, M. Chandy, M. Farivar, D. Gayme S. Low. C. Clarke. Southern California Edison. Caltech. March 2012 Optimal Power Flow over Radial Networks S. Bose, M. Chandy, M. Farivar, D. Gayme S. Low Caltech C. Clarke Southern California Edison March 2012 Outline Motivation Semidefinite relaxation Bus injection

More information

Javier Contreras Sanz- Universidad de Castilla-La Mancha Jesús María López Lezama- Universidad de Antioquia Antonio Padilha-Feltrin- Universidade

Javier Contreras Sanz- Universidad de Castilla-La Mancha Jesús María López Lezama- Universidad de Antioquia Antonio Padilha-Feltrin- Universidade Javier Contreras Sanz- Universidad de Castilla-La Mancha Jesús María López Lezama- Universidad de Antioquia Antonio Padilha-Feltrin- Universidade Estadual Paulista Jose Ignacio Muñoz-Universidad de Castilla-La

More information

Numerical Methods For Optimization Problems Arising In Energetic Districts

Numerical Methods For Optimization Problems Arising In Energetic Districts Numerical Methods For Optimization Problems Arising In Energetic Districts Elisa Riccietti, Stefania Bellavia and Stefano Sello Abstract This paper deals with the optimization of energy resources management

More information

Automation in Complex Systems MIE090

Automation in Complex Systems MIE090 Automation in Complex Systems MIE090 Exam Monday May 29, 2017 You may bring the course book and the reprints (defined in the course requirements), but not the solution to problems or your own solutions

More information

Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor

Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor 1 Champa G, 2 Sunita M N University Visvesvaraya college of Engineering Bengaluru,

More information

Stochastic Proximal Gradient Algorithm

Stochastic Proximal Gradient Algorithm Stochastic Institut Mines-Télécom / Telecom ParisTech / Laboratoire Traitement et Communication de l Information Joint work with: Y. Atchade, Ann Arbor, USA, G. Fort LTCI/Télécom Paristech and the kind

More information

Stochastic Unit Commitment with Topology Control Recourse for Renewables Integration

Stochastic Unit Commitment with Topology Control Recourse for Renewables Integration 1 Stochastic Unit Commitment with Topology Control Recourse for Renewables Integration Jiaying Shi and Shmuel Oren University of California, Berkeley IPAM, January 2016 33% RPS - Cumulative expected VERs

More information

Project Discussions: SNL/ADMM, MDP/Randomization, Quadratic Regularization, and Online Linear Programming

Project Discussions: SNL/ADMM, MDP/Randomization, Quadratic Regularization, and Online Linear Programming Project Discussions: SNL/ADMM, MDP/Randomization, Quadratic Regularization, and Online Linear Programming Yinyu Ye Department of Management Science and Engineering Stanford University Stanford, CA 94305,

More information

Commissioning and Testing of AVR and PSS

Commissioning and Testing of AVR and PSS Commissioning and Testing of AVR and PSS Excitation System Upgrade and commissioning challenges Vetti Bala Principal C&I Engineer G E N E S I S E N E R G Y L I M I T E D Contents Asset Testing - AVR AVR

More information

Quasi-Newton Methods

Quasi-Newton Methods Newton s Method Pros and Cons Quasi-Newton Methods MA 348 Kurt Bryan Newton s method has some very nice properties: It s extremely fast, at least once it gets near the minimum, and with the simple modifications

More information

Quasi-Newton Methods. Javier Peña Convex Optimization /36-725

Quasi-Newton Methods. Javier Peña Convex Optimization /36-725 Quasi-Newton Methods Javier Peña Convex Optimization 10-725/36-725 Last time: primal-dual interior-point methods Consider the problem min x subject to f(x) Ax = b h(x) 0 Assume f, h 1,..., h m are convex

More information

PowerApps Optimal Power Flow Formulation

PowerApps Optimal Power Flow Formulation PowerApps Optimal Power Flow Formulation Page1 Table of Contents 1 OPF Problem Statement... 3 1.1 Vector u... 3 1.1.1 Costs Associated with Vector [u] for Economic Dispatch... 4 1.1.2 Costs Associated

More information

Energy flows and modelling approaches

Energy flows and modelling approaches Energy flows and modelling approaches Energy flows in buildings external convection infiltration & ventilation diffuse solar external long-wave radiation to sky and ground local generation fabric heat

More information

LINEAR AND NONLINEAR PROGRAMMING

LINEAR AND NONLINEAR PROGRAMMING LINEAR AND NONLINEAR PROGRAMMING Stephen G. Nash and Ariela Sofer George Mason University The McGraw-Hill Companies, Inc. New York St. Louis San Francisco Auckland Bogota Caracas Lisbon London Madrid Mexico

More information

Constrained Optimization

Constrained Optimization 1 / 22 Constrained Optimization ME598/494 Lecture Max Yi Ren Department of Mechanical Engineering, Arizona State University March 30, 2015 2 / 22 1. Equality constraints only 1.1 Reduced gradient 1.2 Lagrange

More information

Optimization: Nonlinear Optimization without Constraints. Nonlinear Optimization without Constraints 1 / 23

Optimization: Nonlinear Optimization without Constraints. Nonlinear Optimization without Constraints 1 / 23 Optimization: Nonlinear Optimization without Constraints Nonlinear Optimization without Constraints 1 / 23 Nonlinear optimization without constraints Unconstrained minimization min x f(x) where f(x) is

More information

Role of Synchronized Measurements In Operation of Smart Grids

Role of Synchronized Measurements In Operation of Smart Grids Role of Synchronized Measurements In Operation of Smart Grids Ali Abur Electrical and Computer Engineering Department Northeastern University Boston, Massachusetts Boston University CISE Seminar November

More information

Real-Time Optimization (RTO)

Real-Time Optimization (RTO) Real-Time Optimization (RTO) In previous chapters we have emphasized control system performance for disturbance and set-point changes. Now we will be concerned with how the set points are specified. In

More information

ECE580 Fall 2015 Solution to Midterm Exam 1 October 23, Please leave fractions as fractions, but simplify them, etc.

ECE580 Fall 2015 Solution to Midterm Exam 1 October 23, Please leave fractions as fractions, but simplify them, etc. ECE580 Fall 2015 Solution to Midterm Exam 1 October 23, 2015 1 Name: Solution Score: /100 This exam is closed-book. You must show ALL of your work for full credit. Please read the questions carefully.

More information

ARock: an algorithmic framework for asynchronous parallel coordinate updates

ARock: an algorithmic framework for asynchronous parallel coordinate updates ARock: an algorithmic framework for asynchronous parallel coordinate updates Zhimin Peng, Yangyang Xu, Ming Yan, Wotao Yin ( UCLA Math, U.Waterloo DCO) UCLA CAM Report 15-37 ShanghaiTech SSDS 15 June 25,

More information

Chapter 4. Unconstrained optimization

Chapter 4. Unconstrained optimization Chapter 4. Unconstrained optimization Version: 28-10-2012 Material: (for details see) Chapter 11 in [FKS] (pp.251-276) A reference e.g. L.11.2 refers to the corresponding Lemma in the book [FKS] PDF-file

More information

Node-based Distributed Optimal Control of Wireless Networks

Node-based Distributed Optimal Control of Wireless Networks Node-based Distributed Optimal Control of Wireless Networks CISS March 2006 Edmund M. Yeh Department of Electrical Engineering Yale University Joint work with Yufang Xi Main Results Unified framework for

More information

Superconducting Fault Current Limiters

Superconducting Fault Current Limiters Superconducting Fault Current Limiters First Friday Club 1 st April 2011 Gerhard Novak UK Technical Manager Joachim Bock Managing Director, Nexans Superconductors 1 Smart Grid Solutions 2 Fault current

More information

Global Catalyst Market

Global Catalyst Market Market Report Global Catalyst Market Third Edition Updated: March, 2015 Publisher: Acmite Market Intelligence Language: English Pages: 542 Price: from 1,490 Euro Abstract Benefiting from rapid growth in

More information

Heat Exchangers for Condensation and Evaporation Applications Operating in a Low Pressure Atmosphere

Heat Exchangers for Condensation and Evaporation Applications Operating in a Low Pressure Atmosphere Acta Polytechnica Vol. 52 No. 3/202 Heat Exchangers for Condensation and Evaporation Applications Operating in a Low Pressure Atmosphere Petr Kracík,JiříPospíšil, Ladislav Šnajdárek Brno University of

More information

Optimization Tutorial 1. Basic Gradient Descent

Optimization Tutorial 1. Basic Gradient Descent E0 270 Machine Learning Jan 16, 2015 Optimization Tutorial 1 Basic Gradient Descent Lecture by Harikrishna Narasimhan Note: This tutorial shall assume background in elementary calculus and linear algebra.

More information

10. Unconstrained minimization

10. Unconstrained minimization Convex Optimization Boyd & Vandenberghe 10. Unconstrained minimization terminology and assumptions gradient descent method steepest descent method Newton s method self-concordant functions implementation

More information

arxiv: v2 [math.oc] 17 Nov 2014

arxiv: v2 [math.oc] 17 Nov 2014 1 Distributed reactive power feedback control for voltage regulation and loss minimization Saverio Bolognani, Ruggero Carli, Guido Cavraro, and Sandro Zampieri arxiv:1303.7173v math.oc 17 Nov 014 Abstract

More information

elgian energ imports are managed using forecasting software to increase overall network e 칁 cienc.

elgian energ imports are managed using forecasting software to increase overall network e 칁 cienc. Elia linemen install Ampacimon real time sensors that will communicate with the dynamic thermal ratings software to control energy import levels over this transmission line. OV RH AD TRAN MI ION D namic

More information

Lecture V. Numerical Optimization

Lecture V. Numerical Optimization Lecture V Numerical Optimization Gianluca Violante New York University Quantitative Macroeconomics G. Violante, Numerical Optimization p. 1 /19 Isomorphism I We describe minimization problems: to maximize

More information

2. Quasi-Newton methods

2. Quasi-Newton methods L. Vandenberghe EE236C (Spring 2016) 2. Quasi-Newton methods variable metric methods quasi-newton methods BFGS update limited-memory quasi-newton methods 2-1 Newton method for unconstrained minimization

More information

High-Performance 2G HTS Wire for an Efficient and Reliable Electricity Supply

High-Performance 2G HTS Wire for an Efficient and Reliable Electricity Supply superior performance. powerful technology. High-Performance 2G HTS Wire for an Efficient and Reliable Electricity Supply Drew W. Hazelton Principal Engineer, SuperPower Inc. 2010 IEEE Conf Innovative Technology

More information

Numerical Optimization Algorithms

Numerical Optimization Algorithms Numerical Optimization Algorithms 1. Overview. Calculus of Variations 3. Linearized Supersonic Flow 4. Steepest Descent 5. Smoothed Steepest Descent Overview 1 Two Main Categories of Optimization Algorithms

More information

Robustness Analysis of Power Grid under False Data Attacks Against AC State Estimation

Robustness Analysis of Power Grid under False Data Attacks Against AC State Estimation Robustness Analysis of Power Grid under False Data Attacks Against AC State Estimation Presenter: Ming Jin INFORMS 2017 Ming Jin, Prof Javad Lavaei, and Prof Karl Johansson 1 Power system resilience against

More information

DIMACS, Rutgers U January 21, 2013 Michael Caramanis

DIMACS, Rutgers U January 21, 2013 Michael Caramanis Power Market Participation of Flexible Loads and Reactive Power Providers: Real Power, Reactive Power, and Regulation Reserve Capacity Pricing at T&D Networks DIMACS, Rutgers U January 21, 2013 Michael

More information

Optimal Placement and Sizing of Distributed Generation for Power Loss Reduction using Particle Swarm Optimization

Optimal Placement and Sizing of Distributed Generation for Power Loss Reduction using Particle Swarm Optimization Available online at www.sciencedirect.com Energy Procedia 34 (2013 ) 307 317 10th Eco-Energy and Materials Science and Engineering (EMSES2012) Optimal Placement and Sizing of Distributed Generation for

More information

Quasi-Newton Methods. Zico Kolter (notes by Ryan Tibshirani, Javier Peña, Zico Kolter) Convex Optimization

Quasi-Newton Methods. Zico Kolter (notes by Ryan Tibshirani, Javier Peña, Zico Kolter) Convex Optimization Quasi-Newton Methods Zico Kolter (notes by Ryan Tibshirani, Javier Peña, Zico Kolter) Convex Optimization 10-725 Last time: primal-dual interior-point methods Given the problem min x f(x) subject to h(x)

More information

A Novel Technique to Improve the Online Calculation Performance of Nonlinear Problems in DC Power Systems

A Novel Technique to Improve the Online Calculation Performance of Nonlinear Problems in DC Power Systems electronics Article A Novel Technique to Improve the Online Calculation Performance of Nonlinear Problems in DC Power Systems Qingshan Xu 1, Yuqi Wang 1, * ID, Minjian Cao 1 and Jiaqi Zheng 2 1 School

More information

Incremental Quasi-Newton methods with local superlinear convergence rate

Incremental Quasi-Newton methods with local superlinear convergence rate Incremental Quasi-Newton methods wh local superlinear convergence rate Aryan Mokhtari, Mark Eisen, and Alejandro Ribeiro Department of Electrical and Systems Engineering Universy of Pennsylvania Int. Conference

More information

Lecture 3: Huge-scale optimization problems

Lecture 3: Huge-scale optimization problems Liege University: Francqui Chair 2011-2012 Lecture 3: Huge-scale optimization problems Yurii Nesterov, CORE/INMA (UCL) March 9, 2012 Yu. Nesterov () Huge-scale optimization problems 1/32March 9, 2012 1

More information

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian Institute of Technology, Kharagpur

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian Institute of Technology, Kharagpur Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian Institute of Technology, Kharagpur Lecture - 9 Transmission Line Steady State Operation Welcome to lesson 9, in Power

More information

Cambridge International Examinations Cambridge Ordinary Level

Cambridge International Examinations Cambridge Ordinary Level Cambridge International Examinations Cambridge Ordinary Level *5500826079* ENVIRONMENTAL MANAGEMENT 5014/12 Paper 1 May/June 2016 2 hours 15 minutes Candidates answer on the Question Paper. No Additional

More information

Direct Methods. Moritz Diehl. Optimization in Engineering Center (OPTEC) and Electrical Engineering Department (ESAT) K.U.

Direct Methods. Moritz Diehl. Optimization in Engineering Center (OPTEC) and Electrical Engineering Department (ESAT) K.U. Direct Methods Moritz Diehl Optimization in Engineering Center (OPTEC) and Electrical Engineering Department (ESAT) K.U. Leuven Belgium Overview Direct Single Shooting Direct Collocation Direct Multiple

More information

Exploring the energy landscape

Exploring the energy landscape Exploring the energy landscape ChE210D Today's lecture: what are general features of the potential energy surface and how can we locate and characterize minima on it Derivatives of the potential energy

More information

FACULTY OF ENGINEERING B.E. 4/4 (EEE) II - Semester (Old) Examination, May 2014 Subject : Electrical Power Distribution Engineering (Elective- II)

FACULTY OF ENGINEERING B.E. 4/4 (EEE) II - Semester (Old) Examination, May 2014 Subject : Electrical Power Distribution Engineering (Elective- II) B.E. 4/4 (EEE) II - Semester (Old) Examination, May 014 Subject : Electrical Power Distribution Engineering (Elective- II) Code No. 649 / O 1 Define Coincidence factor and Diversified factor. (3) Mention

More information

Optimization II: Unconstrained Multivariable

Optimization II: Unconstrained Multivariable Optimization II: Unconstrained Multivariable CS 205A: Mathematical Methods for Robotics, Vision, and Graphics Doug James (and Justin Solomon) CS 205A: Mathematical Methods Optimization II: Unconstrained

More information

DAT300 THE ELECTRICAL POWER SYSTEM

DAT300 THE ELECTRICAL POWER SYSTEM DAT300 THE ELECTRCAL POWER SYSTEM Jimmy Ehnberg Jimmy.ehnberg@chalmers.se Department of Electrical Engineering Division of Electric Power Engineering Chalmers University of technology History of the power

More information

Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System.

Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System. Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System. Khyati Mistry Electrical Engineering Department. Sardar

More information

Lecture 15 Newton Method and Self-Concordance. October 23, 2008

Lecture 15 Newton Method and Self-Concordance. October 23, 2008 Newton Method and Self-Concordance October 23, 2008 Outline Lecture 15 Self-concordance Notion Self-concordant Functions Operations Preserving Self-concordance Properties of Self-concordant Functions Implications

More information

Numerical Nonlinear Optimization with WORHP

Numerical Nonlinear Optimization with WORHP Numerical Nonlinear Optimization with WORHP Christof Büskens Optimierung & Optimale Steuerung London, 8.9.2011 Optimization & Optimal Control Nonlinear Optimization WORHP Concept Ideas Features Results

More information

Noadswood Science. Revision Cards. Science A (Core) Physics Basics.

Noadswood Science. Revision Cards. Science A (Core) Physics Basics. Noadswood Science Revision Cards Science A (Core) Physics Basics www.noadswoodscience.com How to use the revision cards It is suggested you cut the pack of cards out, so that there is a question on one

More information

Chapter 3 AUTOMATIC VOLTAGE CONTROL

Chapter 3 AUTOMATIC VOLTAGE CONTROL Chapter 3 AUTOMATIC VOLTAGE CONTROL . INTRODUCTION TO EXCITATION SYSTEM The basic function of an excitation system is to provide direct current to the field winding of the synchronous generator. The excitation

More information

Lecture 14: October 17

Lecture 14: October 17 1-725/36-725: Convex Optimization Fall 218 Lecture 14: October 17 Lecturer: Lecturer: Ryan Tibshirani Scribes: Pengsheng Guo, Xian Zhou Note: LaTeX template courtesy of UC Berkeley EECS dept. Disclaimer:

More information

Basic Distribution Software Tasks

Basic Distribution Software Tasks The Wind Interconnection Workshop Golden, CO May 22, 2013 Tom McDermott, tom@meltran.com MelTran, Inc. Basic Distribution Software Tasks Current Flow and Voltage Drop Conductor Overload? Voltage Range?

More information

A Data-driven Voltage Control Framework for Power Distribution Systems

A Data-driven Voltage Control Framework for Power Distribution Systems A Data-driven Voltage Control Framework for Power Distribution Systems Hanchen Xu, Alejandro D. Domínguez-García, and Peter W. Sauer arxiv:1711.04159v1 [math.oc] 11 Nov 2017 Abstract In this paper, we

More information

Analysis of Coupling Dynamics for Power Systems with Iterative Discrete Decision Making Architectures

Analysis of Coupling Dynamics for Power Systems with Iterative Discrete Decision Making Architectures Analysis of Coupling Dynamics for Power Systems with Iterative Discrete Decision Making Architectures Zhixin Miao Department of Electrical Engineering, University of South Florida, Tampa FL USA 3362. Email:

More information

IS YOUR BUSINESS PREPARED FOR A POWER OUTAGE?

IS YOUR BUSINESS PREPARED FOR A POWER OUTAGE? IS YOUR BUSINESS PREPARED FOR A POWER OUTAGE? Keeping your power on is our business Whether your business is large, small or somewhere in between, we understand that a power outage presents special challenges

More information

SIGNIFICANT increase in amount of private distributed

SIGNIFICANT increase in amount of private distributed 1 Distributed DC Optimal Power Flow for Radial Networks Through Partial Primal Dual Algorithm Vahid Rasouli Disfani, Student Member, IEEE, Lingling Fan, Senior Member, IEEE, Zhixin Miao, Senior Member,

More information

arxiv: v3 [math.oc] 2 Oct 2012

arxiv: v3 [math.oc] 2 Oct 2012 1 A distributed control strategy for reactive power compensation in smart microgrids Saverio Bolognani and Sandro Zampieri arxiv:1106.5626v3 [math.o 2 Oct 2012 Abstract We consider the problem of optimal

More information

The Spatial Analysis of Wind Power on Nodal Prices in New Zealand

The Spatial Analysis of Wind Power on Nodal Prices in New Zealand The Spatial Analysis of Wind Power on Nodal Prices in New Zealand Le Wen Research Fellow Energy Centre The University of Auckland l.wen@auckland.ac.nz 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983

More information

Introduction to Optimization

Introduction to Optimization Introduction to Optimization Konstantin Tretyakov (kt@ut.ee) MTAT.03.227 Machine Learning So far Machine learning is important and interesting The general concept: Fitting models to data So far Machine

More information

Lecture XI. Approximating the Invariant Distribution

Lecture XI. Approximating the Invariant Distribution Lecture XI Approximating the Invariant Distribution Gianluca Violante New York University Quantitative Macroeconomics G. Violante, Invariant Distribution p. 1 /24 SS Equilibrium in the Aiyagari model G.

More information

The Crucial Influence of Thermal Interface Material in Power Electronic Design

The Crucial Influence of Thermal Interface Material in Power Electronic Design The Crucial Influence of Thermal Interface Material in Power Electronic Design Speaker: Giuseppe Caramella Henkel Electronic Materials Belgium Dr.-Ing. Martin Schulz, Infineon Technologies Scott T. Allen,

More information

SCIENCE OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS CHEMISTRY OF PRODUCTION CERTIFICATE/DIPLOMA IN D/505/3209 LEVEL 2 UNIT 10

SCIENCE OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS CHEMISTRY OF PRODUCTION CERTIFICATE/DIPLOMA IN D/505/3209 LEVEL 2 UNIT 10 Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN SCIENCE CHEMISTRY OF PRODUCTION D/505/3209 LEVEL 2 UNIT 10 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 CHEMISTRY OF PRODUCTION

More information

Locating Distributed Generation. Units in Radial Systems

Locating Distributed Generation. Units in Radial Systems Contemporary Engineering Sciences, Vol. 10, 2017, no. 21, 1035-1046 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ces.2017.79112 Locating Distributed Generation Units in Radial Systems Gabriel

More information

Energy Forecasting Customers: Analysing end users requirements Dec 3rd, 2013 Carlos Alberto Castaño, PhD Head of R&D

Energy Forecasting Customers: Analysing end users requirements Dec 3rd, 2013 Carlos Alberto Castaño, PhD Head of R&D IT Solutions for Renewables Energy Forecasting Customers: Analysing end users requirements Dec 3rd, 2013 Carlos Alberto Castaño, PhD Head of R&D carlos.castano@gnarum.com I. Who we are II. Customers Profiles

More information

Chapter 2. Optimization. Gradients, convexity, and ALS

Chapter 2. Optimization. Gradients, convexity, and ALS Chapter 2 Optimization Gradients, convexity, and ALS Contents Background Gradient descent Stochastic gradient descent Newton s method Alternating least squares KKT conditions 2 Motivation We can solve

More information

Decentralized Quasi-Newton Methods

Decentralized Quasi-Newton Methods 1 Decentralized Quasi-Newton Methods Mark Eisen, Aryan Mokhtari, and Alejandro Ribeiro Abstract We introduce the decentralized Broyden-Fletcher- Goldfarb-Shanno (D-BFGS) method as a variation of the BFGS

More information

Geometry of power flows and convex-relaxed power flows in distribution networks with high penetration of renewables

Geometry of power flows and convex-relaxed power flows in distribution networks with high penetration of renewables Downloaded from orbit.dtu.dk on: Oct 15, 2018 Geometry of power flows and convex-relaxed power flows in distribution networks with high penetration of renewables Huang, Shaojun; Wu, Qiuwei; Zhao, Haoran;

More information

Convex Optimization. Problem set 2. Due Monday April 26th

Convex Optimization. Problem set 2. Due Monday April 26th Convex Optimization Problem set 2 Due Monday April 26th 1 Gradient Decent without Line-search In this problem we will consider gradient descent with predetermined step sizes. That is, instead of determining

More information

Blackouts in electric power transmission systems

Blackouts in electric power transmission systems University of Sunderland From the SelectedWorks of John P. Karamitsos 27 Blackouts in electric power transmission systems Ioannis Karamitsos Konstadinos Orfanidis Available at: https://works.bepress.com/john_karamitsos/9/

More information

ORIE 6326: Convex Optimization. Quasi-Newton Methods

ORIE 6326: Convex Optimization. Quasi-Newton Methods ORIE 6326: Convex Optimization Quasi-Newton Methods Professor Udell Operations Research and Information Engineering Cornell April 10, 2017 Slides on steepest descent and analysis of Newton s method adapted

More information