Click or drag to resize

LimitedMemoryBfgsMinimizer Constructor

Creates L-BFGS minimizer

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LimitedMemoryBfgsMinimizer(
	double gradientTolerance,
	double parameterTolerance,
	double functionProgressTolerance,
	int memory,
	int maximumIterations = 1000
)

Parameters

gradientTolerance  Double

[Missing <param name="gradientTolerance"/> documentation for "M:Altaxo.Calc.Optimization.LimitedMemoryBfgsMinimizer.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

parameterTolerance  Double

[Missing <param name="parameterTolerance"/> documentation for "M:Altaxo.Calc.Optimization.LimitedMemoryBfgsMinimizer.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

functionProgressTolerance  Double

[Missing <param name="functionProgressTolerance"/> documentation for "M:Altaxo.Calc.Optimization.LimitedMemoryBfgsMinimizer.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

memory  Int32
Numbers of gradients and steps to store.
maximumIterations  Int32  (Optional)

[Missing <param name="maximumIterations"/> documentation for "M:Altaxo.Calc.Optimization.LimitedMemoryBfgsMinimizer.#ctor(System.Double,System.Double,System.Double,System.Int32,System.Int32)"]

See Also