Click or drag to resize

TrustRegionDogLegMinimizer Constructor

Non-linear least square fitting by the trust region dogleg algorithm.

Namespace: Altaxo.Calc.Optimization.TrustRegion
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TrustRegionDogLegMinimizer(
	double gradientTolerance = 1E-08,
	double stepTolerance = 1E-08,
	double functionTolerance = 1E-08,
	double radiusTolerance = 1E-08,
	int maximumIterations = -1
)

Parameters

gradientTolerance  Double  (Optional)

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

stepTolerance  Double  (Optional)

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

functionTolerance  Double  (Optional)

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

radiusTolerance  Double  (Optional)

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

maximumIterations  Int32  (Optional)

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

See Also