Click or drag to resize

QuickNonlinearRegressionUseMethodOfTransformedParameters Property

Gets or sets a value indicating which nonlinear optimization method with constrained parameters is used: if false, the method with clamped steps is used; if true, the method with transformed parameters is used. If no parameter constraints are given, both methods should perform equally well.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool UseMethodOfTransformedParameters { get; set; }

Property Value

Boolean
See Also