Conjugate |
The ConjugateGradient type exposes the following members.
| Name | Description | |
|---|---|---|
| InitialValue | Get initial value (Inherited from FunctionMinimizeMethod) | |
| InitialVector | Get initial vector (Inherited from FunctionMinimizeMethod) | |
| IterationGradientNorms | Get gradient norms for all iterations (Inherited from FunctionMinimizeMethod) | |
| IterationValues | Get solution function values for all iterations (Inherited from FunctionMinimizeMethod) | |
| IterationVectors | Get solution vectors for all iterations (Inherited from FunctionMinimizeMethod) | |
| MethodName | Method Name (Overrides OptimizationMethodMethodName) | |
| RestartCount | Number of iterations between restarts. Must be a non-negative number. If 0 is specified then the number of iterations between restart is the number of variables | |
| SolutionValue | Get value of minimum vector (Inherited from FunctionMinimizeMethod) | |
| SolutionVector | Get minimum vector (Inherited from FunctionMinimizeMethod) |