Home | Trees | Indices | Help |
---|
|
object --+ | bases.BaseAlgorithm --+ | bases.ExplicitAlgorithm --+ | DykstrasProximalAlgorithm
Dykstra's proximal algorithm. Computes the minimum of the sum of two proximal operators.
The functions have proximal operators (ProjectionOperator.prox).
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
INTERFACES =
|
|||
__abstractmethods__ =
|
|||
_abc_negative_cache_version = 14
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Finds the proximal operator of the sum of two proximal operators. Parameters ---------- function : List or tuple with two Functions. The two functions. x : Numpy array. The point that we wish to compute the proximal operator of.
|
|
INTERFACES
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:10 2015 | http://epydoc.sourceforge.net |