Home | Trees | Indices | Help |
---|
|
object --+ | bases.BaseAlgorithm --+ | bases.ExplicitAlgorithm --+ | object --+ | | | bases.IterativeAlgorithm --+ | object --+ | | | bases.InformationAlgorithm --+ | CONESTA
COntinuation with NEsterov smoothing in a Soft-Thresholding Algorithm, or CONESTA for short. Parameters ---------- mu_min : Non-negative float. A "very small" mu to use as a lower bound for mu. tau : Float, 0 < tau < 1. The rate at which eps is decreasing. Default is 0.5. eps : Positive float. Tolerance for the stopping criterion. info : List or tuple of utils.Info. What, if any, extra run information should be stored. Default is an empty list, which means that no run information is computed nor returned. max_iter : Non-negative integer. Maximum allowed number of iterations. min_iter : Non-negative integer less than or equal to max_iter. Minimum number of iterations that must be performed. Default is 1.
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
INTERFACES =
|
|||
INFO_PROVIDED =
|
|||
__abstractmethods__ =
|
|||
_abc_negative_cache_version = 14
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
This function obtains a minimiser of a give function. Parameters ---------- function : The function to minimise. x : A starting point.
|
|
INTERFACES
|
INFO_PROVIDED
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:10 2015 | http://epydoc.sourceforge.net |