Types of genes in Genetic Programming.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public enum GPGeneType |
Members
| Member name | Description | |
|---|---|---|
| Function |
Function gene – represents function to be executed.
| |
| Argument |
Argument gene – represents argument of function.
|