EvolvingObjects
eoRealInitBounded< EOT > Class Template Reference

Simple initialization for any EOT that derives from std::vector<double> uniformly in some bounds. More...

#include <eoRealInitBounded.h>

Inheritance diagram for eoRealInitBounded< EOT >:
eoInit< EOT > eoUF< EOT &, void > eoFunctorBase unary_function eoEsChromInit< EOT >

List of all members.

Public Member Functions

 eoRealInitBounded (eoRealVectorBounds &_bounds)
 Ctor - from eoRealVectorBounds.
virtual void operator() (EOT &_eo)
 simply passes the argument to the uniform method of the bounds
virtual eoRealVectorBoundstheBounds ()
 accessor to the bounds
virtual unsigned size ()

Private Attributes

eoRealVectorBoundsbounds

Detailed Description

template<class EOT>
class eoRealInitBounded< EOT >

Simple initialization for any EOT that derives from std::vector<double> uniformly in some bounds.

Examples:
t-eoFitnessAssembledEA.cpp, and t-eoReal.cpp.

Definition at line 43 of file eoRealInitBounded.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends