EvolvingObjects
|
eoReal: implementation of simple real-valued chromosome. More...
#include <eoReal.h>
Public Member Functions | |
eoReal (unsigned size=0, double value=0.0) | |
(Default) Constructor. | |
virtual std::string | className () const |
My class name. |
eoReal: implementation of simple real-valued chromosome.
based on eoVector class
(Default) Constructor.
size | Size of the std::vector |
value | fill the vector with this value |