From 5802fc10af515b482f1378d60fcdefc27bbf7276 Mon Sep 17 00:00:00 2001 From: Frederic Kruger Date: Tue, 19 Oct 2010 14:09:20 +0200 Subject: [PATCH] Correction erreur de frappe --- examples/weierstrass_std/weierstrass.ez | 4 ++-- tpl/STD_MEM.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/weierstrass_std/weierstrass.ez b/examples/weierstrass_std/weierstrass.ez index 2c93cde..3dc643d 100644 --- a/examples/weierstrass_std/weierstrass.ez +++ b/examples/weierstrass_std/weierstrass.ez @@ -184,10 +184,10 @@ CPPFLAGS+= Elitism: Strong //Weak or Strong Elite: 1 - Print stats: True //Default: 1 + Print stats: true //Default: 1 Generate csv stats file:false Generate gnuplot script:false - Generate R script:false + Generate R script:true Plot stats:false //Default: 0 Remote island model: true diff --git a/tpl/STD_MEM.tpl b/tpl/STD_MEM.tpl index ba50af6..45b691c 100644 --- a/tpl/STD_MEM.tpl +++ b/tpl/STD_MEM.tpl @@ -692,7 +692,7 @@ easeaclean: --startFromFile=\START_FROM_FILE #start optimisation from EASEA.pop file #### Remote Island Model #### -a-remoteIslandModel=\REMOTE_ISLAND_MODEL #To initialize communications with remote AESAE's +--remoteIslandModel=\REMOTE_ISLAND_MODEL #To initialize communications with remote AESAE's --ipFile=\IP_FILE --migrationProbability=\MIGRATION_PROBABILITY #Probability to send an individual every generation \TEMPLATE_END -- GitLab