Hide Comments
Hide Comments

Comments (0)

Represents type TXMLReproductionType.

Namespace: RSGeneticDocumentXML

expandingInheritance Hierarchy

TXMLNode
  RSGeneticDocumentXML.TXMLReproductionType
    RSGeneticProgrammingXML.TXMLGPReproductionType
 

expandingSyntax

Delphi

type
  TXMLReproductionType = class(TXMLNode, IXMLReproductionType)
  end;
 

expandingMethods

 

Name

Description

public method

AfterConstruction

Represents method AfterConstruction.

protected method

Get_CrossoverProbability

Represents method Get_CrossoverProbability.

protected method

Get_InversionProbability

Represents method Get_InversionProbability.

protected method

Get_MutationProbability

Represents method Get_MutationProbability.

protected method

Get_SelectionMethod

Represents method Get_SelectionMethod.

protected method

Set_CrossoverProbability(Single)

Represents method Set_CrossoverProbability(Single).

protected method

Set_InversionProbability(Single)

Represents method Set_InversionProbability(Single).

protected method

Set_MutationProbability(Single)

Represents method Set_MutationProbability(Single).

Top

expandingSee Also

Reference

Comments (0)