Click or drag to resize

ConjugateGradient Properties

The ConjugateGradient type exposes the following members.

Properties
 NameDescription
Public propertyInitialValue Get initial value
(Inherited from FunctionMinimizeMethod)
Public propertyInitialVector Get initial vector
(Inherited from FunctionMinimizeMethod)
Public propertyIterationGradientNorms Get gradient norms for all iterations
(Inherited from FunctionMinimizeMethod)
Public propertyIterationValues Get solution function values for all iterations
(Inherited from FunctionMinimizeMethod)
Public propertyIterationVectors Get solution vectors for all iterations
(Inherited from FunctionMinimizeMethod)
Public propertyMethodName Method Name
(Overrides OptimizationMethodMethodName)
Public propertyRestartCountNumber 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
Public propertySolutionValue Get value of minimum vector
(Inherited from FunctionMinimizeMethod)
Public propertySolutionVector Get minimum vector
(Inherited from FunctionMinimizeMethod)
Top
See Also