Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBase Constructor

Initializes a new instance of the NonlinearObjectiveFunctionNonAllocatingBase class.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public NonlinearObjectiveFunctionNonAllocatingBase(
	int accuracyOrder = 2
)

Parameters

accuracyOrder  Int32  (Optional)
Desired accuracy order used when numerically approximating the Jacobian. The value is clamped to the range [1, 6].
See Also