Click or drag to resize

ForwardDifferenceGradientObjectiveFunctionIsHessianSupported Property

Gets a value indicating whether Hessian information is available.

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

Property Value

Boolean

Implements

IObjectiveFunctionEvaluationIsHessianSupported
See Also