Hide Comments
Hide Comments

Comments (0)

Represents type IXMLGPReproductionType.

Namespace: RSGeneticProgrammingXML

expandingInheritance Hierarchy

IXMLNode
  RSGeneticDocumentXML.IXMLReproductionType
    RSGeneticProgrammingXML.IXMLGPReproductionType
      RSGeneticProgrammingXML.TXMLGPReproductionType
 

expandingSyntax

Delphi

type
  IXMLGPReproductionType = interface(IXMLReproductionType)
  ['{CB7DDAC8-70B1-4F5B-BD83-561255EAFF5F}']
  end;
 

expandingProperties

 

Name

Description

public property

CrossoverMethod

Represents property CrossoverMethod.

public property

CrossoverProbability

Represents property CrossoverProbability. (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)

public property

InitializationDepth

Represents property InitializationDepth.

public property

InitializationMethod

Represents property InitializationMethod.

public property

InversionProbability

Represents property InversionProbability. (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)

public property

MutationProbability

Represents property MutationProbability. (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)

public property

MutationWeights

Represents property MutationWeights.

public property

PointMutationMethod

Represents property PointMutationMethod.

public property

PointMutationProbability

Represents property PointMutationProbability.

public property

SelectionMethod

Represents property SelectionMethod. (Inherited from RSGeneticDocumentXML.IXMLReproductionType.)

public property

SelectionNonterminalsProbability

Represents property SelectionNonterminalsProbability.

Top

expandingMethods

 

Name

Description

public method

Get_CrossoverMethod

Represents method Get_CrossoverMethod.

public method

Get_CrossoverProbability

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

public method

Get_InitializationDepth

Represents method Get_InitializationDepth.

public method

Get_InitializationMethod

Represents method Get_InitializationMethod.

public method

Get_InversionProbability

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

public method

Get_MutationProbability

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

public method

Get_MutationWeights

Represents method Get_MutationWeights.

public method

Get_PointMutationMethod

Represents method Get_PointMutationMethod.

public method

Get_PointMutationProbability

Represents method Get_PointMutationProbability.

public method

Get_SelectionMethod

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

public method

Get_SelectionNonterminalsProbability

Represents method Get_SelectionNonterminalsProbability.

public method

Set_CrossoverMethod(UnicodeString)

Represents method Set_CrossoverMethod(UnicodeString).

public method

Set_CrossoverProbability(Single)

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

public method

Set_InitializationDepth(Integer)

Represents method Set_InitializationDepth(Integer).

public method

Set_InitializationMethod(UnicodeString)

Represents method Set_InitializationMethod(UnicodeString).

public method

Set_InversionProbability(Single)

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

public method

Set_MutationProbability(Single)

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

public method

Set_PointMutationMethod(UnicodeString)

Represents method Set_PointMutationMethod(UnicodeString).

public method

Set_PointMutationProbability(Single)

Represents method Set_PointMutationProbability(Single).

public method

Set_SelectionNonterminalsProbability(Single)

Represents method Set_SelectionNonterminalsProbability(Single).

Top

expandingSee Also

Comments (0)