Added GNUPLOT protection for MSVC compiler

This commit is contained in:
evomarc 2001-12-05 06:54:38 +00:00
commit 04ab952760

View file

@ -126,6 +126,7 @@ int main(int argc, char *argv[])
checkPoint.add(avg);
checkPoint.add(best);
#if !defined(NO_GNUPLOT)
eoGnuplot1DMonitor gnuplotmonitor("gnuplotBestStats");
gnuplotmonitor.add(generationCounter);
gnuplotmonitor.add(best);
@ -142,7 +143,7 @@ int main(int argc, char *argv[])
checkPoint.add(gnuplotmonitor);
checkPoint.add(gnuplotAvgmonitor);
#endif
// GP Generation
eoEasyEA<EoType> gp(checkPoint, eval, select, transform, replace);