Class TGenome
Unit
Genome
Declaration
type TGenome = class(TObject)
Description
TGenome is a container class for TGenes (and descendants).
Hierarchy
TGenome > TObjectFields
 |
fGeneArray |
|
 |
fNumberOfGenes |
|
Methods
Overview
Description
 |
constructor Create; virtual; |
 |
constructor CreateAndSet(Genome: TGenome); virtual; |
 |
destructor Destroy; override; |
 |
procedure AddGene(Gene: TGene; MakeCopy: Boolean = True); |
 |
procedure Clear; |
Procedure that calls TGene.Mutate for each gene in the genome.
Properties
Overview
Description
 |
property M[i: integer]: TGene; |
 |
property NumberOfGenes: integer; |
Generated by PasDoc 0.8.8.3 on 2005-05-28 08:13:49