Navigation: Code Documentation > GeneticAlgorithm > RSGeneticAlgorithmXML > Interfaces
IXMLSelectionMethod Interface
Represents type IXMLSelectionMethod.
Namespace: RSGeneticAlgorithmXML
IXMLNode RSGeneticAlgorithmXML.IXMLSelectionMethod RSGeneticAlgorithmXML.TXMLSelectionMethod
Delphi
type IXMLSelectionMethod = interface(IXMLNode) ['{C047AAB5-830A-4394-90DA-CC3A082A3E9D}'] end;
Name
Description
ElitistPercent
Represents property ElitistPercent.
Method
Represents property Method.
TournamentField
Represents property TournamentField.
Top
Get_ElitistPercent
Represents method Get_ElitistPercent.
Get_Method
Represents method Get_Method.
Get_TournamentField
Represents method Get_TournamentField.
Set_ElitistPercent(Single)
Represents method Set_ElitistPercent(Single).
Set_Method(UnicodeString)
Represents method Set_Method(UnicodeString).
Set_TournamentField(Integer)
Represents method Set_TournamentField(Integer).
•RSGeneticAlgorithmXML