Click or drag to resize

ObjectiveFunctionBase Constructor

Initializes a new instance of the ObjectiveFunctionBase class.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected ObjectiveFunctionBase(
	bool isGradientSupported,
	bool isHessianSupported
)

Parameters

isGradientSupported  Boolean
Whether gradients are supported.
isHessianSupported  Boolean
Whether Hessians are supported.
See Also