Enum ILPropertyTypes.TILTerminationType
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.
Package: IntelligenceLabBasicPkg
Unit: ILPropertyTypes
Contents |
Syntax
Delphi:
type TILTerminationType = (ttIteration, ttEpsilon);
C++ Builder:
enum TILTerminationType {ttIteration, ttEpsilon};
Visual C++ (MFC):
enum CTILTerminationType {ttIteration, ttEpsilon};
Summary
Available termination types specifying the condition for terminating the search of the targets.
Description
Defines the available termination types specifying the condition for terminating the search of the targets.
Values
ttIteration | Terminated after a specified number of iterations. |
ttEpsilon | Terminated after a certain accuracy (Epsilon) has been achieved. |