Home | Trees | Indices | Help |
---|
|
object --+ | properties.Function --+ | object --+ | | | properties.Constraint --+ | SufficientDescentCondition
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__abstractmethods__ =
|
|||
Inherited from |
|
|||
Inherited from |
|
The sufficient condition f(x + a * p) <= f(x) + c * a * grad(f(x))'p for descent. This condition is sometimes called the Armijo condition. Parameters ---------- p : Numpy array. The descent direction. c : Float, 0 < c < 1. A constant for the condition. Should be small.
|
Function value.
|
Feasibility of the constraint at point x with step a. 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 |