Hide Comments
Hide Comments

Comments (0)

Represents type TXMLGeneticDocumentType.

Namespace: RSGeneticDocumentXML

expandingInheritance Hierarchy

TXMLNode
  RSGeneticDocumentXML.TXMLGeneticDocumentType
    RSGeneticAlgorithmXML.TXMLGeneticAlgorithm
    RSGeneticProgrammingXML.TXMLGeneticProgram
 

expandingSyntax

Delphi

type
  TXMLGeneticDocumentType = class(TXMLNode, IXMLGeneticDocumentType)
  end;
 

expandingMethods

 

Name

Description

protected method

Get_AvgFitness

Represents method Get_AvgFitness.

protected method

Get_DiversityLimit

Represents method Get_DiversityLimit.

protected method

Get_FitnessCutoff

Represents method Get_FitnessCutoff.

protected method

Get_FitnessMethod

Represents method Get_FitnessMethod.

protected method

Get_Generation

Represents method Get_Generation.

protected method

Get_GenerationLimit

Represents method Get_GenerationLimit.

protected method

Get_MaxFitness

Represents method Get_MaxFitness.

protected method

Get_MinFitness

Represents method Get_MinFitness.

protected method

Get_UseDiversityLimit

Represents method Get_UseDiversityLimit.

protected method

Get_UseFitnessCutoff

Represents method Get_UseFitnessCutoff.

protected method

Get_UseGenerationLimit

Represents method Get_UseGenerationLimit.

protected method

Set_AvgFitness(Single)

Represents method Set_AvgFitness(Single).

protected method

Set_DiversityLimit(Single)

Represents method Set_DiversityLimit(Single).

protected method

Set_FitnessCutoff(Single)

Represents method Set_FitnessCutoff(Single).

protected method

Set_FitnessMethod(UnicodeString)

Represents method Set_FitnessMethod(UnicodeString).

protected method

Set_Generation(Integer)

Represents method Set_Generation(Integer).

protected method

Set_GenerationLimit(LongWord)

Represents method Set_GenerationLimit(LongWord).

protected method

Set_MaxFitness(Single)

Represents method Set_MaxFitness(Single).

protected method

Set_MinFitness(Single)

Represents method Set_MinFitness(Single).

protected method

Set_UseDiversityLimit(Boolean)

Represents method Set_UseDiversityLimit(Boolean).

protected method

Set_UseFitnessCutoff(Boolean)

Represents method Set_UseFitnessCutoff(Boolean).

protected method

Set_UseGenerationLimit(Boolean)

Represents method Set_UseGenerationLimit(Boolean).

Top

expandingSee Also

Reference

Comments (0)