Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseIsHessianSupported Property

Gets a value indicating whether the Hessian 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 IsHessianSupported { get; }

Property Value

Boolean

Implements

IObjectiveModelEvaluationIsHessianSupported
See Also