Added the eoTimeCounter that allows to use time as a base counter

for statistics (when you compare things that are not using the same
evaluation function for instance)
This commit is contained in:
evomarc 2002-03-22 10:57:37 +00:00
commit a79eb09ea6
2 changed files with 66 additions and 0 deletions

View file

@ -14,6 +14,7 @@
#include <utils/eoFDCStat.h>
#include <utils/eoMOFitnessStat.h>
#include <utils/eoPopStat.h>
#include <utils/eoTimeCounter.h>
// and make_help - any better suggestion to include it?
void make_help(eoParser & _parser);