GenotypeGroup class in Global context

The static GenotypeGroup object refers to the "selected group" as described in GenotypeLibrary

11 members:

type and namedescriptioncomments
string name
string
Group name  
integer index
integer
group index  
integer count
integer
Number of unique genotypes  
integer totalpop
integer
Total number including copies  
string fitness
multiline string
Fitness formula (intended for advanced users) 
integer fitfun
integer, 0 .. 1 (false/true)
Scale fitness? Enable fitness scaling 
float fitm
floating point, 0 .. 10
Shift coefficient Lower threshold: how many std. dev's below average?
(avg - n * stddev) - used for fitness shifting 
float fitma
floating point, 1 .. 10
Scaling coefficient The best genotype is as many times
better than the average one 
function getGenotype
function
get Genotype object  
function findGeno
function
find Genotype index find Genotype matching the supplied Geno object.
returns genotype index or -1 if not found 
function addGeno
function
make Genotype from Geno create new Genotype from the supplied Geno object.
returns the created Genotype. 

Global context