Class ILPropertyTypes.TILTerminationCriteria
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
Inherits: TLPPersistent
Contents |
Syntax
Delphi:
type TILTerminationCriteria = class( TLPPersistent )
C++ Builder:
class TILTerminationCriteria : public TLPPersistent
Visual C++ (MFC):
class CTILTerminationCriteria : public CTLPPersistent
C# (.NET):
public ref class TerminationCriteria : Vcl.VclProperty
Summary
Termination criteria properties class.
Description
Defines class for termination criteria properties.
Properties
Published
- TerminationTypes - Set of termination criteria that will be used.
- MaxIteration - Number of iterations after which the search will be terminated.
- Epsilon - Accuracy (Epsilon) after which the search will be terminated.