picos.constraints.con_kldiv

Implementation of KullbackLeiblerConstraint.

Classes

class picos.constraints.con_kldiv.KullbackLeiblerConstraint(divergence, upperBound)[source]

Bases: Constraint

Upper bound on a Kullback-Leibler divergence.

This is the upper bound on a negative or relative entropy, both represented by NegativeEntropy.

class ExpConeConversion[source]

Bases: ConstraintConversion

Kullback-Leibler to exponential cone constraint conversion.

classmethod convert(con, options)[source]

Implement convert.

classmethod predict(subtype, options)[source]

Implement predict.

__init__(divergence, upperBound)[source]

Construct a KullbackLeiblerConstraint.

Parameters
property denominator[source]

The y of the divergence, or 1.

property numerator

The x of the divergence.