Hide Comments
Hide Comments

Comments (0)

Represents type IXMLGeneticProgram.

Namespace: RSGeneticProgrammingXML

expandingInheritance Hierarchy

IXMLNode
  RSGeneticDocumentXML.IXMLGeneticDocumentType
    RSGeneticProgrammingXML.IXMLGeneticProgram
      RSGeneticProgrammingXML.TXMLGeneticProgram
 

expandingSyntax

Delphi

type
  IXMLGeneticProgram = interface(IXMLGeneticDocumentType)
  ['{E26812F9-2F85-43B4-B365-27B4B92B4E53}']
  end;
 

expandingProperties

 

Name

Description

public property

AvgFitness

Represents property AvgFitness. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public property

DiversityLimit

Represents property DiversityLimit. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public property

Domain

Represents property Domain.

public property

FitnessCutoff

Represents property FitnessCutoff. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public property

FitnessMethod

Represents property FitnessMethod. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public property

Generation

Represents property Generation. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public property

GenerationLimit

Represents property GenerationLimit. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public property

MaxFitness

Represents property MaxFitness. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public property

MinFitness

Represents property MinFitness. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public property

Reproduction

Represents property Reproduction.

public property

UseDiversityLimit

Represents property UseDiversityLimit. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public property

UseFitnessCutoff

Represents property UseFitnessCutoff. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public property

UseGenerationLimit

Represents property UseGenerationLimit. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

Top

expandingMethods

 

Name

Description

public method

Get_AvgFitness

Represents method Get_AvgFitness. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Get_DiversityLimit

Represents method Get_DiversityLimit. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Get_Domain

Represents method Get_Domain.

public method

Get_FitnessCutoff

Represents method Get_FitnessCutoff. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Get_FitnessMethod

Represents method Get_FitnessMethod. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Get_Generation

Represents method Get_Generation. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Get_GenerationLimit

Represents method Get_GenerationLimit. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Get_MaxFitness

Represents method Get_MaxFitness. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Get_MinFitness

Represents method Get_MinFitness. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Get_Reproduction

Represents method Get_Reproduction.

public method

Get_UseDiversityLimit

Represents method Get_UseDiversityLimit. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Get_UseFitnessCutoff

Represents method Get_UseFitnessCutoff. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Get_UseGenerationLimit

Represents method Get_UseGenerationLimit. (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Set_AvgFitness(Single)

Represents method Set_AvgFitness(Single). (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Set_DiversityLimit(Single)

Represents method Set_DiversityLimit(Single). (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Set_FitnessCutoff(Single)

Represents method Set_FitnessCutoff(Single). (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Set_FitnessMethod(UnicodeString)

Represents method Set_FitnessMethod(UnicodeString). (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Set_Generation(Integer)

Represents method Set_Generation(Integer). (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Set_GenerationLimit(LongWord)

Represents method Set_GenerationLimit(LongWord). (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Set_MaxFitness(Single)

Represents method Set_MaxFitness(Single). (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Set_MinFitness(Single)

Represents method Set_MinFitness(Single). (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Set_UseDiversityLimit(Boolean)

Represents method Set_UseDiversityLimit(Boolean). (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Set_UseFitnessCutoff(Boolean)

Represents method Set_UseFitnessCutoff(Boolean). (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

public method

Set_UseGenerationLimit(Boolean)

Represents method Set_UseGenerationLimit(Boolean). (Inherited from RSGeneticDocumentXML.IXMLGeneticDocumentType.)

Top

expandingSee Also

Comments (0)