QuickNonlinearRegressionUseMethodOfTransformedParameters Property |
Gets or sets a value indicating which nonlinear optimization method with constrained parameters is used.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool UseMethodOfTransformedParameters { get; set; }Property Value
Boolean
Remarks
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.
See Also