#include <eoVRPStat.h>
Inheritance diagram for eoVRPStat:

Public Member Functions | |
| eoVRPStat (std::string _description="eoVRPStat ") | |
| Constructor: initializes variables properly. | |
| void | operator() (const eoPop< eoVRP > &_pop) |
| Gets statistics from a population. | |
| virtual std::string | className (void) const |
| Returns a string containing the name of the class. | |
Definition at line 47 of file eoVRPStat.h.
| eoVRPStat::eoVRPStat | ( | std::string | _description = "eoVRPStat " |
) | [inline] |
Constructor: initializes variables properly.
| _description | A string identifying the class. |
Definition at line 56 of file eoVRPStat.h.
Gets statistics from a population.
| _pop | The population that will be analyzed. |
Definition at line 66 of file eoVRPStat.h.
References eoValueParam< T >::value().
| virtual std::string eoVRPStat::className | ( | void | ) | const [inline, virtual] |
Returns a string containing the name of the class.
Used to display statistics.
Reimplemented from eoStat< eoVRP, double >.
Definition at line 79 of file eoVRPStat.h.
1.4.7