From 0caf6259e9c3a6a757f6db9446b80f0fce315bec Mon Sep 17 00:00:00 2001 From: evomarc Date: Tue, 30 Jul 2002 03:21:59 +0000 Subject: [PATCH] Removed a typo that made gnuplot file not be in the RESULT directory --- eo/src/do/make_checkpoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/do/make_checkpoint.h b/eo/src/do/make_checkpoint.h index c9477bd3..333e3c8b 100644 --- a/eo/src/do/make_checkpoint.h +++ b/eo/src/do/make_checkpoint.h @@ -211,7 +211,7 @@ eoCheckPoint& do_make_checkpoint(eoParser& _parser, eoState& _state, eoEval #if !defined(NO_GNUPLOT) if (plotBestParam.value()) // an eoGnuplot1DMonitor for best & average { - string stmp = dirNameParam.value() + "_gnu_best.xg"; + string stmp = dirNameParam.value() + "/gnu_best.xg"; eoGnuplot1DMonitor *gnuMonitor = new eoGnuplot1DMonitor(stmp,minimizing_fitness()); // save and give to checkpoint _state.storeFunctor(gnuMonitor);