Jump to content

Geometric programming

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 73.170.38.235 (talk) at 01:21, 9 January 2019 (Software: : CVXPY and Disciplined Geometric Programming.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A geometric program (GP) is an optimization problem of the form

Minimize subject to
where are posynomials and are monomials.

In the context of geometric programming (unlike all other disciplines), a monomial is a function defined as

where and .

GPs have numerous applications, such as component sizing in IC design[1] and parameter estimation via logistic regression in statistics. The maximum likelihood estimator in logistic regression is a GP.

Convex form

Geometric programs are not (in general) convex optimization problems, but they can be transformed to convex problems by a change of variables and a transformation of the objective and constraint functions. In particular, defining , the monomial , where . Similarly, if is the posynomial

then , where and . After the change of variables, a posynomial becomes a sum of exponentials of affine functions.

Software

Several software packages and libraries exist to assist with formulating and solving geometric programs.

  • MOSEK is a commercial solver capable of solving geometric programs as well as other non-linear optimization problems.
  • CVXOPT is an open-source solver for convex optimization problems.
  • GPkit is a Python package for cleanly defining and manipulating geometric programming models. There are a number of example GP models written with this package here.
  • GGPLAB is a MATLAB toolbox for specifying and solving geometric programs (GPs) and generalized geometric programs (GGPs).
  • CVXPY is a Python-embedded modeling language for specifying and solving convex optimization problems, including GPs, GGPs, and log-log convex programs. [2]

See also

Footnotes

  1. ^ http://www.stanford.edu/~boyd/papers/opamp.html
  2. ^ Disciplined Geometric Programming. Agrawal, A., Diamond, S., and Boyd, S. Retrieved 8 January 2019.

References

  • Richard J. Duffin; Elmor L. Peterson; Clarence Zener (1967). Geometric Programming. John Wiley and Sons. p. 278. ISBN 0-471-22370-0.