ott.geometry.regularizers.ProximalOperator

Contents

ott.geometry.regularizers.ProximalOperator#

class ott.geometry.regularizers.ProximalOperator[source]#

Proximal operator base class.

Methods

moreau_envelope(x[, tau])

Moreau Envelope.

prox(v[, tau])

Proximal operator.

prox_dual(v[, tau])

Proximal operator of the convex conjugate.