tfmri.convex.ConvexFunctionIndicatorL2Ball
tfmri.convex.ConvexFunctionIndicatorL2Ball¶
- class ConvexFunctionIndicatorL2Ball(domain_dimension, scale=None, dtype=None, name=None)[source]¶
Bases:
tensorflow_mri.python.ops.convex_ops.ConvexFunctionIndicatorBall
A
ConvexFunction
representing the indicator function of an L2 ball.- Parameters
scale – A float. A scaling factor. Defaults to 1.0.
domain_dimension – A scalar integer tf.Tensor. The dimension of the domain.
dtype – A tf.dtypes.DType. The type of this
ConvexFunction
. Defaults totf.dtypes.float32
.name – A name for this
ConvexFunction
.
References
- 1
Parikh, N., & Boyd, S. (2014). Proximal algorithms. Foundations and Trends in optimization, 1(3), 127-239.
Initialize this
ConvexFunction
.