Property ILPropertyTypes.TILTerminationCriteria.Epsilon
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TILTerminationCriteria
Contents |
Syntax
Delphi:
property Epsilon : Real read FEpsilon write SetEpsilon;
C++ Builder:
__property double Epsilon = { read=FEpsilon, write=SetEpsilon };
Summary
Accuracy (Epsilon) after which the search will be terminated.
Description
Use this property to specify the accuracy (Epsilon) after
which the search will be terminated.