Home | Trees | Indices | Help |
---|
|
object --+ | properties.Function --+ | properties.CompositeFunction --+ | object --+ | | | properties.Gradient --+ | object --+ | | | properties.ProximalOperator --+ | object --+ | | | properties.ProjectionOperator --+ | object --+ | | | properties.StepSize --+ | CombinedFunction
Combines one or more loss functions, any number of penalties and zero or one proximal operator. This function thus represents f(x) = f_1(x) [ + f_2(x) ... ] [ + p_1(x) ... ] [ + P(x)], subject to [ C_1(x) <= c_1, C_2(x) <= c_2, ... ], where f_i are differentiable Functions, p_j are differentiable penalties and P is a ProximalOperator. All functions and penalties must thus be Gradient, unless it is a ProximalOperator. If no ProximalOperator is given, then prox is the identity.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
__abstractmethods__ =
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Free any cached computations from previous use of this Function.
|
|
Function value.
|
Gradient of the differentiable part of the function. From the interface "Gradient".
|
The proximal operator of the non-differentiable part of the function. From the interface "ProximalOperator".
|
The projection operator corresponding to the function.
|
The step size to use in descent methods. From the interface "StepSize". Parameters ---------- x : Numpy array. The point at which to evaluate the step size.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:10 2015 | http://epydoc.sourceforge.net |