Gets the number of times the gradient of the objective function
was evaluated.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int GradientEvaluationsNeeded { get; }
Public ReadOnly Property GradientEvaluationsNeeded As Integer
Get
public:
property int GradientEvaluationsNeeded {
int get ();
}
member GradientEvaluationsNeeded : int with get
Property Value
Type:
Int32
Reference