20 #ifndef REALGENOTYPE_H
21 #define REALGENOTYPE_H
24 #include "genotypes/doublegenotype.h"
48 RealGenotype(
unsigned int numGenes = 0,
float min = FLT_MIN,
float max = FLT_MAX );
56 virtual double at(
unsigned int i );
58 virtual void set(
unsigned int i,
double value );
60 virtual void randomize();
76 static void describe( QString type );