Home | Trees | Indices | Help |
---|
|
object --+ | StronglyConvex
Represents strongly convex functions. A function is strongly convex with parameter m if (grad(f(x) - grad(f(y))'(x - y) >= m.||x - y||²_2, or equivalently if H(f(x)) >= mI, where H is the Hessian, I is the identity matrix. The second ">=" means that H(f(x)) - mI is positive semi-definite.
|
|||
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Returns the strongly convex parameter for the function.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:11 2015 | http://epydoc.sourceforge.net |