Home | Trees | Indices | Help |
---|
|
object --+ | properties.Function --+ | properties.AtomicFunction --+ | object --+ | | | properties.Gradient --+ | object --+ | | | properties.Penalty --+ | object --+ | | | properties.Constraint --+ | object --+ | | | properties.ProximalOperator --+ | object --+ | | | properties.ProjectionOperator --+ | ZeroFunction
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
__abstractmethods__ =
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Parameters ---------- l : Non-negative float. The Lagrange multiplier, or regularisation constant, of the function. c : Float. The limit of the constraint. The function is feasible if ||eta||_1 <= c. The default value is c=0, i.e. the default is a regularisation formulation. 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.
|
Free any cached computations from previous use of this Function.
|
Function value.
|
Gradient of the function. From the interface "Gradient".
|
The corresponding proximal operator. From the interface "ProximalOperator".
|
The corresponding projection operator. From the interface "ProjectionOperator".
|
Feasibility of the constraint. From the interface "Constraint".
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:11 2015 | http://epydoc.sourceforge.net |