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.NonlinearAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool UseMethodOfTransformedParameters { get; set; }
Property Value
BooleanSee Also