Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Teem::ValueGenome Class Reference
[Genetic Algorithms]

#include <ValueGenome.h>

Inheritance diagram for Teem::ValueGenome:

Teem::Genome Teem::BitGenome List of all members.

Detailed Description

A genome which stores values.


Public Member Functions

virtual double getDouble (double min, double max)=0
 Read a double value in range [min..max[ from the genome.
virtual float getFloat (float min, float max)=0
 Read a float value in range [min..max[ from the genome.
virtual int getSignedInt (unsigned precision, int min, int max)=0
 Read a signed int value in range [min..max] from the genome using precision bits.
virtual unsigned getUnsignedInt (unsigned precision, unsigned min, unsigned max)=0
 Read an unsigned int value in range [min..max] from the genome using precision bits.
virtual void resetReading (void)=0
 Set reading position to 0.


The documentation for this class was generated from the following file:
Generated on Mon Oct 24 17:38:27 2005 for Teem by  doxygen 1.4.2