<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGeneticProgrammingXML > Classes:
Comments (0)
Represents type TXMLGPReproductionType.
Namespace: RSGeneticProgrammingXML
TXMLNode RSGeneticDocumentXML.TXMLReproductionType RSGeneticProgrammingXML.TXMLGPReproductionType
Delphi
type TXMLGPReproductionType = class(TXMLReproductionType, IXMLGPReproductionType) end;
Name
Description
AfterConstruction
Represents method AfterConstruction. (Overrides RSGeneticDocumentXML.TXMLReproductionType.AfterConstruction.)
Get_CrossoverMethod
Represents method Get_CrossoverMethod.
Get_CrossoverProbability
Represents method Get_CrossoverProbability. (Inherited from RSGeneticDocumentXML.TXMLReproductionType.)
Get_InitializationDepth
Represents method Get_InitializationDepth.
Get_InitializationMethod
Represents method Get_InitializationMethod.
Get_InversionProbability
Represents method Get_InversionProbability. (Inherited from RSGeneticDocumentXML.TXMLReproductionType.)
Get_MutationMethod
Represents method Get_MutationMethod.
Get_MutationProbability
Represents method Get_MutationProbability. (Inherited from RSGeneticDocumentXML.TXMLReproductionType.)
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.TXMLReproductionType.)
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.TXMLReproductionType.)
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.TXMLReproductionType.)
Set_MutationMethod(UnicodeString)
Represents method Set_MutationMethod(UnicodeString).
Set_MutationProbability(Single)
Represents method Set_MutationProbability(Single). (Inherited from RSGeneticDocumentXML.TXMLReproductionType.)
Set_PointMutationMethod(UnicodeString)
Represents method Set_PointMutationMethod(UnicodeString).
Set_PointMutationProbability(Single)
Represents method Set_PointMutationProbability(Single).
Set_SelectionNonterminalsProbability(Single)
Represents method Set_SelectionNonterminalsProbability(Single).
Top