IGPGene Interface |
Namespace: Accord.Genetic
The IGPGene type exposes the following members.
Name | Description | |
---|---|---|
ArgumentsCount |
Arguments count.
| |
GeneType |
Gene type.
| |
MaxArgumentsCount |
Maximum arguments count.
|
Name | Description | |
---|---|---|
Clone |
Clone gene.
| |
CreateNew |
Creates new gene with random type and value.
| |
CreateNew(GPGeneType) |
Creates new gene with certain type and random value.
| |
Generate |
Randomize gene with random type and value.
| |
Generate(GPGeneType) |
Randomize gene with random value.
|
This is a gene interface, which is used for building chromosomes in Genetic Programming (GP) and Gene Expression Programming (GEP).