Home | Trees | Indices | Help |
---|
|
object --+ | properties.Function --+ | properties.AtomicFunction --+ | object --+ | | | properties.Penalty --+ | object --+ | | | properties.ProximalOperator --+ | L1L2Squared
The proximal operator of the L1 function with an L2 constraint. The function is f(x) = l1 * ||x||_1 + Indicator(||x||²_2 <= l2), where ||.||_1 is the L1 norm and ||.||²_2 is the squared L2 norm. Parameters ---------- l1 : Non-negative float. The Lagrange multiplier, or regularisation constant, of the L1 norm penalty. l2 : Non-negative float. The limit of the constraint of of the squared L2 norm penalty. penalty_start : Non-negative integer. The number of columns, variables etc., to be exempt from penalisation. Equivalently, the first index to be penalised. Default is 0, all columns are included.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__abstractmethods__ =
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Function value.
|
The corresponding proximal operator. From the interface "ProximalOperator".
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:11 2015 | http://epydoc.sourceforge.net |