Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseIsGradientSupported Property

Gets a value indicating whether the gradient can be provided by the model.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool IsGradientSupported { get; }

Property Value

Boolean

Implements

IObjectiveModelEvaluationIsGradientSupported
See Also