EvolvingObjects
|
Compute the average size of indivudals over the population. More...
#include <eoStat.h>
Public Member Functions | |
eoAverageSizeStat (std::string description="Av.Size") | |
virtual void | operator() (const eoPop< EOT > &pop) |
The pure virtual function that needs to be implemented by the subclass. | |
virtual std::string | className (void) const |
Compute the average size of indivudals over the population.
Obviously, will work only on representations that implement the (standard) "size()" method, like any STL container.