|
EvolvingObjects
|
Counts the number of evaluations actually performed. More...
#include <eoEvalFuncCounter.h>
Public Member Functions | |
| eoEvalFuncCounter (eoEvalFunc< EOT > &_func, std::string _name="Eval. ") | |
| virtual void | operator() (EOT &_eo) |
| The pure virtual function that needs to be implemented by the subclass. | |
Protected Attributes | |
| eoEvalFunc< EOT > & | func |
Counts the number of evaluations actually performed.
Definition at line 38 of file eoEvalFuncCounter.h.