EvolvingObjects
Monitoring

Monitors take a set of value parameters (eoValueParam) objects and output them on a given stream, file, pipe, etc. More...

Classes

class  eoFileMonitor
 Prints statistics to file. More...
class  eoFileSnapshot
 Prints snapshots of fitnesses to a (new) file every N generations. More...
class  eoGnuplot
 Base class for calls to gnuplot. More...
class  eoGnuplot1DMonitor
 Plot eoStat. More...
class  eoGnuplot1DSnapshot
 Plot stats through gnuplot. More...
class  eoMonitor
 The abstract monitor class is a std::vector of parameter pointers. More...
class  eoOStreamMonitor
 Prints statistics to a given ostream. More...
class  eoStdoutMonitor
 Prints statistics to stdout. More...
class  eoTimedMonitor
 Holds a collection of monitors and only fires them when a time limit has been reached. More...

Detailed Description

Monitors take a set of value parameters (eoValueParam) objects and output them on a given stream, file, pipe, etc.

They can be called from within an eoCheckPoint, to print different values of parameters or of eoStat at each generation.

See also:
eoCheckPoint
eoStat
 All Classes Namespaces Files Functions Variables Typedefs Friends