QuickNonlinearRegressionWrappedParametersDoNotAllowUsingDerivativesOfFitFunction Property |
Gets or sets a value indicating whether it is allowed to use analytic derivatives provided by the fit function.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool DoNotAllowUsingDerivativesOfFitFunction { get; set; }Property Value
Boolean
If
true, numeric approximation of the derivatives is used even if the fit function supports analytic derivatives.
See Also