EvolvingObjects
|
Base class for Distribution Evolution Algorithms within EO: the update rule of distribution. More...
#include <eoDistribUpdater.h>
Public Member Functions | |
virtual void | operator() (eoDistribution< EOT > &, eoPop< EOT > &)=0 |
The pure virtual function that needs to be implemented by the subclass. |
Base class for Distribution Evolution Algorithms within EO: the update rule of distribution.
It takes one distribution and updates it according to one population
Definition at line 43 of file eoDistribUpdater.h.