picos.expressions.exp_geomean¶
Implements GeometricMean
.
Classes¶
GeometricMean¶
-
class
picos.expressions.exp_geomean.
GeometricMean
(x)[source]¶ Bases:
picos.expressions.expression.Expression
Geometric mean of an affine expression.
- Definition
For an
-dimensional affine expression
with
, the geometric mean is given as
Warning
When you pose a lower bound on a geometric mean, then PICOS enforces
through an auxiliary constraint during solution search.
-
__init__
(x)[source]¶ Construct a
GeometricMean
.- Parameters
x (AffineExpression) – The affine expression to form the geometric mean of.
-
property
x
¶ The expression under the mean.