<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGeneticProgrammingXML > Interfaces:
Comments (0)
Represents type IXMLGPReproductionType.
Namespace: RSGeneticProgrammingXML
IXMLNode RSGeneticDocumentXML.IXMLReproductionType RSGeneticProgrammingXML.IXMLGPReproductionType RSGeneticProgrammingXML.TXMLGPReproductionType
Delphi
type IXMLGPReproductionType = interface(IXMLReproductionType) ['{CB7DDAC8-70B1-4F5B-BD83-561255EAFF5F}'] end;
Name
Description
CrossoverMethod
Represents property CrossoverMethod.
CrossoverProbability
Represents property CrossoverProbability. (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)
InitializationDepth
Represents property InitializationDepth.
InitializationMethod
Represents property InitializationMethod.
InversionProbability
Represents property InversionProbability. (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)
MutationProbability
Represents property MutationProbability. (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)
MutationWeights
Represents property MutationWeights.
PointMutationMethod
Represents property PointMutationMethod.
PointMutationProbability
Represents property PointMutationProbability.
SelectionMethod
Represents property SelectionMethod. (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)
SelectionNonterminalsProbability
Represents property SelectionNonterminalsProbability.
Top
Get_CrossoverMethod
Represents method Get_CrossoverMethod.
Get_CrossoverProbability
Represents method Get_CrossoverProbability. (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)
Get_InitializationDepth
Represents method Get_InitializationDepth.
Get_InitializationMethod
Represents method Get_InitializationMethod.
Get_InversionProbability
Represents method Get_InversionProbability. (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)
Get_MutationProbability
Represents method Get_MutationProbability. (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)
Get_MutationWeights
Represents method Get_MutationWeights.
Get_PointMutationMethod
Represents method Get_PointMutationMethod.
Get_PointMutationProbability
Represents method Get_PointMutationProbability.
Get_SelectionMethod
Represents method Get_SelectionMethod. (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)
Get_SelectionNonterminalsProbability
Represents method Get_SelectionNonterminalsProbability.
Set_CrossoverMethod(UnicodeString)
Represents method Set_CrossoverMethod(UnicodeString).
Set_CrossoverProbability(Single)
Represents method Set_CrossoverProbability(Single). (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)
Set_InitializationDepth(Integer)
Represents method Set_InitializationDepth(Integer).
Set_InitializationMethod(UnicodeString)
Represents method Set_InitializationMethod(UnicodeString).
Set_InversionProbability(Single)
Represents method Set_InversionProbability(Single). (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)
Set_MutationProbability(Single)
Represents method Set_MutationProbability(Single). (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)
Set_PointMutationMethod(UnicodeString)
Represents method Set_PointMutationMethod(UnicodeString).
Set_PointMutationProbability(Single)
Represents method Set_PointMutationProbability(Single).
Set_SelectionNonterminalsProbability(Single)
Represents method Set_SelectionNonterminalsProbability(Single).