Conjugate |
| Name | Description | |
|---|---|---|
| ConjugateGradient(CostFunction) | Constructor for Conjugate Gradient Method. The constructor specifies the costfunction and optionally user specified ending criteria and line search methods. | |
| ConjugateGradient(CostFunction, EndCriteria) | Constructor for Conjugate Gradient Method. The constructor specifies the costfunction and optionally user specified ending criteria and line search methods. | |
| ConjugateGradient(CostFunction, EndCriteria, LineSearchMethod) | Constructor for Conjugate Gradient Method. The constructor specifies the costfunction and optionally user specified ending criteria and line search methods. |