Click or drag to resize

ConjugateGradient Constructor

Overload List
 NameDescription
Public methodConjugateGradient(CostFunction)Constructor for Conjugate Gradient Method. The constructor specifies the costfunction and optionally user specified ending criteria and line search methods.
Public methodConjugateGradient(CostFunction, EndCriteria)Constructor for Conjugate Gradient Method. The constructor specifies the costfunction and optionally user specified ending criteria and line search methods.
Public methodConjugateGradient(CostFunction, EndCriteria, LineSearchMethod)Constructor for Conjugate Gradient Method. The constructor specifies the costfunction and optionally user specified ending criteria and line search methods.
Top
See Also