Home | Trees | Indices | Help |
---|
|
object --+ | MultiblockGradient
|
|||
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Gradient of the function. Parameters ---------- x : List of numpy arrays. The weight vectors, x[index] is the point at which to evaluate the gradient. index : Non-negative integer. Which variable the gradient is for.
|
Numerical approximation of the gradient. Parameters ---------- x : List of numpy arrays. The weight vectors, x[index] is the point at which to evaluate the gradient. index : Non-negative integer. Which variable the gradient is for. eps : Positive integer. The precision of the numerical solution. Smaller is better, but too small may result in floating point precision errors. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:11 2015 | http://epydoc.sourceforge.net |