From 6652609a8ab0804a3c0f55209f5cb2c2ef0510d1 Mon Sep 17 00:00:00 2001 From: legrand Date: Thu, 28 Jun 2007 12:34:07 +0000 Subject: [PATCH] changed paths for param and status files git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@440 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/tutorial/Lesson1/FlowShopEA.param | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/paradiseo-moeo/tutorial/Lesson1/FlowShopEA.param b/trunk/paradiseo-moeo/tutorial/Lesson1/FlowShopEA.param index 555ea84cd..a802e250f 100644 --- a/trunk/paradiseo-moeo/tutorial/Lesson1/FlowShopEA.param +++ b/trunk/paradiseo-moeo/tutorial/Lesson1/FlowShopEA.param @@ -30,10 +30,10 @@ --recomputeFitness=0 # -r : Recompute the fitness after re-loading the pop.? --saveFrequency=0 # Save every F generation (0 = only final state, absent = never) --saveTimeInterval=0 # Save every T seconds (0 or absent = never) ---status=./FlowShopEA.status # Status file +--status=../FlowShopEA.status # Status file ###### Representation ###### ---BenchmarkFile=benchmarks/020_10_01.txt # -B : Benchmark file name (benchmarks are available at www.lifl.fr/~liefooga/benchmarks) REQUIRED +--BenchmarkFile=benchs/020_10_01.txt # -B : Benchmark file name (benchmarks are available at www.lifl.fr/~liefooga/benchmarks) REQUIRED ###### Stopping criterion ###### --maxGen=100 # -G : Maximum number of generations (0 = none)