ConjugateGradientOptimizer.Method Property

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

Definition

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

Property Value

ConjugateGradientMethod

Remarks

See Also