RealValueGenotype class - abstract genotype class for genotypes that represent a vector of real values (Binary, FloatingPoint). More...
#include <RealValueGenotype.h>
Public Member Functions | |
| double | getLBound () |
| return lower bound of the defined interval | |
| double | getUBound () |
| return upper bound of the defined interval | |
| virtual bool | update (void) |
| Update genotype after genetic material change via genetic operators. | |
Public Attributes | |
| std::vector< double > | realValue |
| vector of floating point values | |
Protected Attributes | |
| double | minValue_ |
| lower bound | |
| double | maxValue_ |
| upper bound | |
| uint | nDimension_ |
| dimensionality | |
RealValueGenotype class - abstract genotype class for genotypes that represent a vector of real values (Binary, FloatingPoint).
parameters:
Definition at line 19 of file RealValueGenotype.h.
1.7.1