43typedef boost::shared_ptr<RealValueGenotype> RealValueGenotypeP;
RealValueGenotype class - abstract genotype class for genotypes that represent a vector of real value...
virtual bool update(void)
Update genotype after genetic material change via genetic operators.
double getUBound()
return upper bound of the defined interval
uint nDimension_
dimensionality
double minValue_
lower bound
double maxValue_
upper bound
std::vector< double > realValue
vector of floating point values
double getLBound()
return lower bound of the defined interval