Click or drag to resize

LazyObjectiveFunctionBase Constructor

Initializes a new instance of the LazyObjectiveFunctionBase class

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected LazyObjectiveFunctionBase(
	bool gradientSupported,
	bool hessianSupported
)

Parameters

gradientSupported  Boolean

[Missing <param name="gradientSupported"/> documentation for "M:Altaxo.Calc.Optimization.ObjectiveFunctions.LazyObjectiveFunctionBase.#ctor(System.Boolean,System.Boolean)"]

hessianSupported  Boolean

[Missing <param name="hessianSupported"/> documentation for "M:Altaxo.Calc.Optimization.ObjectiveFunctions.LazyObjectiveFunctionBase.#ctor(System.Boolean,System.Boolean)"]

See Also