Added the GnuPlotSnapshotMonitor, the eoScalarFitnessStat and eoFDCStat in checkpointing
This commit is contained in:
parent
3b2125e060
commit
09b669ed46
3 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ lib_LIBRARIES = libeoutils.a
|
|||
libeoutils_a_SOURCES = eoParser.cpp eoRNG.cpp eoState.cpp eoUpdater.cpp eoFileMonitor.cpp eoStdoutMonitor.cpp
|
||||
|
||||
libeoincdir = $(includedir)/eo/utils
|
||||
libeoinc_HEADERS = compatibility.h eoCheckPoint.h eoData.h eoDistance.h eoFileMonitor.h eoGnuplot1DMonitor.h eoHowMany.h eoMonitor.h eoParam.h eoParser.h eoRNG.h eoStat.h eoState.h eoStdoutMonitor.h eoUpdatable.h eoUpdater.h rnd_generators.h selectors.h
|
||||
libeoinc_HEADERS = compatibility.h eoCheckPoint.h eoData.h eoDistance.h eoFDCStat.h eoFileMonitor.h eoGnuplot1DMonitor.h eoGnuplot1DSnapshot.h eoHowMany.h eoMonitor.h eoParam.h eoParser.h eoRNG.h eoStat.h eoScalarFitnessStat.h eoState.h eoStdoutMonitor.h eoUpdatable.h eoUpdater.h rnd_generators.h selectors.h
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -7,3 +7,7 @@
|
|||
#include <utils/eoGnuplot1DMonitor.h>
|
||||
#include <utils/eoCheckPoint.h>
|
||||
#include <utils/eoStat.h>
|
||||
#include <utils/eoScalarFitnessStat.h>
|
||||
#include <utils/eoGnuplot1DMonitor.h>
|
||||
#include <utils/eoGnuplot1DSnapshot.h>
|
||||
#include <utils/eoFDCStat.h>
|
||||
|
|
|
|||
|
|
@ -14,10 +14,6 @@
|
|||
|
||||
// the general include for eo
|
||||
#include <eo>
|
||||
#include <utils/eoScalarFitnessStat.h>
|
||||
#include <utils/eoGnuplot1DMonitor.h>
|
||||
#include <utils/eoGnuplot1DSnapshot.h>
|
||||
#include <utils/eoFDCStat.h>
|
||||
|
||||
// EVAL
|
||||
#include "binary_value.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue