EvolvingObjects
eoAverageSizeStat< EOT > Class Template Reference

Compute the average size of indivudals over the population. More...

#include <eoStat.h>

Inheritance diagram for eoAverageSizeStat< EOT >:
eoStat< EOT, double > eoValueParam< double > eoStatBase< EOT > eoParam eoUF< const eoPop< EOT > &, void > eoFunctorBase unary_function

List of all members.

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

Detailed Description

template<class EOT>
class eoAverageSizeStat< EOT >

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.

Definition at line 466 of file eoStat.h.


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