Click or drag to resize

LevenbergMarquardtMinimizer Constructor

Initializes a new instance of the LevenbergMarquardtMinimizer class

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LevenbergMarquardtMinimizer(
	double initialMu = 0,001,
	double gradientTolerance = 1E-15,
	double stepTolerance = 1E-15,
	double functionTolerance = 1E-15,
	int maximumIterations = -1
)

Parameters

initialMu  Double  (Optional)

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

gradientTolerance  Double  (Optional)

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

stepTolerance  Double  (Optional)

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

functionTolerance  Double  (Optional)

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

maximumIterations  Int32  (Optional)

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

See Also