ConjugateGradientOptimizer.Method Property

Gets or sets the method used to update the conjugate gradient direction.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public ConjugateGradientMethod Method { get; set; }

Property Value

ConjugateGradientMethod

Remarks

See Also