Hide Comments
Hide Comments

Comments (0)

Represents type TXMLGPReproductionType.

Namespace: RSGeneticProgrammingXML

expandingInheritance Hierarchy

TXMLNode
  RSGeneticDocumentXML.TXMLReproductionType
    RSGeneticProgrammingXML.TXMLGPReproductionType
 

expandingSyntax

Delphi

type
  TXMLGPReproductionType = class(TXMLReproductionTypeIXMLGPReproductionType)
  end;
 

expandingMethods

 

Name

Description

public method

AfterConstruction

Represents method AfterConstruction. (Overrides RSGeneticDocumentXML.TXMLReproductionType.AfterConstruction.)

protected method

Get_CrossoverMethod

Represents method Get_CrossoverMethod.

protected method

Get_CrossoverProbability

Represents method Get_CrossoverProbability. (Inherited from RSGeneticDocumentXML.TXMLReproductionType.)

protected method

Get_InitializationDepth

Represents method Get_InitializationDepth.

protected method

Get_InitializationMethod

Represents method Get_InitializationMethod.

protected method

Get_InversionProbability

Represents method Get_InversionProbability. (Inherited from RSGeneticDocumentXML.TXMLReproductionType.)

protected method

Get_MutationMethod

Represents method Get_MutationMethod.

protected method

Get_MutationProbability

Represents method Get_MutationProbability. (Inherited from RSGeneticDocumentXML.TXMLReproductionType.)

protected method

Get_MutationWeights

Represents method Get_MutationWeights.

protected method

Get_PointMutationMethod

Represents method Get_PointMutationMethod.

protected method

Get_PointMutationProbability

Represents method Get_PointMutationProbability.

protected method

Get_SelectionMethod

Represents method Get_SelectionMethod. (Inherited from RSGeneticDocumentXML.TXMLReproductionType.)

protected method

Get_SelectionNonterminalsProbability

Represents method Get_SelectionNonterminalsProbability.

protected method

Set_CrossoverMethod(UnicodeString)

Represents method Set_CrossoverMethod(UnicodeString).

protected method

Set_CrossoverProbability(Single)

Represents method Set_CrossoverProbability(Single). (Inherited from RSGeneticDocumentXML.TXMLReproductionType.)

protected method

Set_InitializationDepth(Integer)

Represents method Set_InitializationDepth(Integer).

protected method

Set_InitializationMethod(UnicodeString)

Represents method Set_InitializationMethod(UnicodeString).

protected method

Set_InversionProbability(Single)

Represents method Set_InversionProbability(Single). (Inherited from RSGeneticDocumentXML.TXMLReproductionType.)

protected method

Set_MutationMethod(UnicodeString)

Represents method Set_MutationMethod(UnicodeString).

protected method

Set_MutationProbability(Single)

Represents method Set_MutationProbability(Single). (Inherited from RSGeneticDocumentXML.TXMLReproductionType.)

protected method

Set_PointMutationMethod(UnicodeString)

Represents method Set_PointMutationMethod(UnicodeString).

protected method

Set_PointMutationProbability(Single)

Represents method Set_PointMutationProbability(Single).

protected method

Set_SelectionNonterminalsProbability(Single)

Represents method Set_SelectionNonterminalsProbability(Single).

Top

expandingSee Also

Comments (0)