The values of the variable for different cases.

When evaluating the fitness of a Genotype all teaching or testing variable cases are considered.

Example:

Two variables with values as following:

Variable case1 case2 case3 case4

var1 0 1 2 3

var1 4 5 6 7

Expected output:

8 9 10 11

For the sake of simplicity, let teaching cases be all 4 cases.

When evaluation of genotypes runs for every variable case there is an output:

case1 case2 case3 case4

3 6 8 9

After that in some fitness function the expected output is compared with the actual output of the genotype.

Definition at line 34 of file Variable.cs.

Referenced by Variable().

GEP .NET Framwork Main Page
SourceForge.net Logo