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:
parent
e1319605e6
commit
a79eb09ea6
2 changed files with 66 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Reference in a new issue