introduction to mosek
play

Introduction to Mosek Modern Optimization in Energy, 28 June 2018 - PowerPoint PPT Presentation

Introduction to Mosek Modern Optimization in Energy, 28 June 2018 Micha l Adamaszek www.mosek.com MOSEK package overview Started in 1999 by Erling Andersen Convex conic optimization package + MIP LP, QP, SOCP, SDP, other


  1. Introduction to Mosek Modern Optimization in Energy, 28 June 2018 Micha� l Adamaszek www.mosek.com

  2. MOSEK package overview • Started in 1999 by Erling Andersen • Convex conic optimization package + MIP • LP, QP, SOCP, SDP, other nonlinear cones • Low-level optimization API • C, Python, Java, .NET, Matlab, R, Julia • Object-oriented API Fusion • C++, Python, Java, .NET • 3rd party • GAMS, AMPL, CVXOPT, CVXPY, YALMIP, PICOS, GPkit • Conda package, .NET Core package • Upcoming v9 1 / 10

  3. Example: 2D Total Variation Someone sends you the left signal but you receive noisy f (right): How to denoise/smoothen out/approximate u ? ij ( u i,j − u i +1 ,j ) 2 + � ij ( u i,j − u i,j +1 ) 2 minimize � ij ( u i,j − f i,j ) 2 � subject to ≤ σ. 2 / 10

  4. Conic problems A conic problem in canonical form: c T x min s . t . Ax + b ∈ K where K is a product of cones: • linear: K = R ≥ 0 • quadratic: � K = { x ∈ R n : x 1 ≥ x 2 2 + · · · + x 2 n } • semidefinite: K = { X ∈ R n × n : X = FF T } 3 / 10

  5. Conic problems, cont. • exponential cone: K = { x ∈ R 3 : x 1 ≥ x 2 exp( x 3 /x 2 ) , x 2 > 0 } • power cone: K = { x ∈ R 3 : x p − 1 x 2 ≥ | x 3 | p , x 1 , x 2 ≥ 0 } , p > 1 1 � 3 , 2 x 1 x 2 ≥ x 2 x 2 2 + x 2 x 1 ≥ x 1 ≥ x 2 exp( x 3 /x 2 ) 3 4 / 10

  6. Conic representability Lots of functions and constraints are representable using these cones. | x | , � x � 1 , � x � 2 , � x � ∞ , � Ax + b � 2 ≤ c T x + d � 1 /p �� xy ≥ z 2 , x ≥ 1 y, x ≥ y p , t ≥ | x i | p = � x � p i t ≤ √ xy, t ≤ ( x 1 · · · x n ) 1 /n , geometric programming (GP) � � 1 + 1 � t ≤ log x, t ≥ e x , t ≤ − x log x, t ≥ log e x i , t ≥ log x i det( X ) 1 /n , t ≤ λ min ( X ) , t ≥ λ max ( X ) convex (1 / 2) x T Qx + c T x + q 5 / 10

  7. Challenge Find a • natural, • practical, • important, • convex optimization problem, which cannot be expressed in conic form. 6 / 10

  8. Optimizers in MOSEK • primal simplex and dual simplex for linear problems • primal-dual interior point method optimizer for all conic problems • automatic dualization • QPs transformed to conic quadratic form • branch and bound and cut integer optimizer • exploits sparsity 7 / 10

  9. Example (DC-OPF) � min c i P G i P min ≤ P G i ≤ P max s . t . G i G i B · θ = P G − P D | θ i − θ j | /x ij ≤ P ij,max def dcopf(ng, nb, PGmin, PGmax, Pmax, B, x, PD, c): M = Model() PG = M.variable(ng, Domain.inRange(PGmin, PGmax)) theta = M.variable(nb) M.constraint(Expr.sub(Expr.mul(B, theta), Expr.sub(PG, PD)), Domain.equalsTo(0.0)) M.constraint(Expr.sub(Var.hrepeat(theta,nb), Var.vrepeat(theta.transpose(),nb)), Domain.lessThan(Pmax*x)) M.objective(ObjectiveSense.Minimize, Expr.dot(c, PG)) 8 / 10

  10. Example (UCP) A basic version of the Unit Commitment Problem with: • quadratic generation costs, • ramp constraints, • minimal uptime and downtime, • startup costs, as an example of MISOCP. See: → https://mosek.com/documentation → The MOSEK notebook collection → Unit commitment 9 / 10

  11. Contact us Licensing: • Trial 30-day license • Personal academic license • Group academic license • Commercial licenses More: • www.mosek.com • https://github.com/MOSEK/Tutorials • https://themosekblog.blogspot.com/ • support@mosek.com • Modeling Cookbook www.mosek.com/documentation Thank you! 10 / 10

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend