EvolvingObjects
|
Abstract class for Distribution Evolution Algorithms within EO: the distribution itself. More...
#include <eoDistribution.h>
Public Member Functions | |
virtual void | operator() (EOT &)=0 |
The pure virtual function that needs to be implemented by the subclass. |
Abstract class for Distribution Evolution Algorithms within EO: the distribution itself.
It basically IS AN eoInit - operator()(EOT &) generates new indis
The instances will probably be eoValueParam of some kind see eoPBILDistrib.h
Definition at line 47 of file eoDistribution.h.