2.2.1.2.18 NLFitSession::SetTolerance
SetTolerance
Description
Set the tolerance value to stop the iterations.
Syntax
void SetTolerance(double dTol)
Parameters
- dTol
- [input] Tolerance value to set. The tolerance value is a stop criterion, default is 1E-9.
Return
There is not return value for this function.
Examples
EX1
Please refer to the example in NLFitSession::Iterate
Remark
See Also
Iterate
Header to Include
Originlab\NLFitSession.h