Click or drag to resize

ConjugateGradient Properties

The ConjugateGradient type exposes the following members.

Properties
 NameDescription
Public propertyInitialValueGets the initial value.
(Inherited from FunctionMinimizeMethod)
Public propertyInitialVectorGets the initial vector.
(Inherited from FunctionMinimizeMethod)
Public propertyIterationGradientNormsGets the gradient norms for all iterations.
(Inherited from FunctionMinimizeMethod)
Public propertyIterationValuesGets the solution function values for all iterations.
(Inherited from FunctionMinimizeMethod)
Public propertyIterationVectorsGets the solution vectors for all iterations.
(Inherited from FunctionMinimizeMethod)
Public propertyMethodNameGets the method name.
(Overrides OptimizationMethodMethodName)
Public propertyRestartCount Gets or sets the number of iterations between restarts.
Public propertySolutionValueGets the value of the solution vector.
(Inherited from FunctionMinimizeMethod)
Public propertySolutionVectorGets the solution vector (the current best estimate of the minimum).
(Inherited from FunctionMinimizeMethod)
Top
See Also