Inheritance diagram for Geno_ftest:
Public Methods | |
Geno_ftest () | |
int | checkValidity (const char *) |
The only letters allowed are A,T,G,C. | |
int | validate (char *&) |
Remove all invalid letters from the genotype. | |
int | mutate (char *&g, float &chg) |
Very simple mutation. | |
int | crossOver (char *&g1, char *&g2, float &chg1, float &chg2) |
A simple one-point crossover. | |
unsigned long | style (const char *g, int pos) |
Applying some colors and font styles... | |
char * | getSimplest () |
Public Attributes | |
double | prob |