Skip to content
Snippets Groups Projects
Commit 94f92bf0 authored by Thibaut Démare's avatar Thibaut Démare
Browse files

Due to new way to select strategies, there is no more a 'localStrategy' variable

parent 3441ba06
Branches
Tags
No related merge requests found
...@@ -500,10 +500,8 @@ global { ...@@ -500,10 +500,8 @@ global {
date_simu_starts <- ""+gama.machine_time;// as_system_date "%Y-%M-%D-%h-%m-%s"; date_simu_starts <- ""+gama.machine_time;// as_system_date "%Y-%M-%D-%h-%m-%s";
} }
string params <- "_LS" + localStrategy; string params <- "_Strats" + possibleStrategies;
if(!localStrategy){
params <- params +"_GAS" + possibleStrategies;
}
string filePath <- "../results/CSV/"; string filePath <- "../results/CSV/";
save "" + ((time/3600.0) as int) + ";" +stockInWarehouse + ";" + freeSurfaceInWarehouse + ";" save "" + ((time/3600.0) as int) + ";" +stockInWarehouse + ";" + freeSurfaceInWarehouse + ";"
to: filePath + date_simu_starts + "_stocks_warehouses" + params + ".csv" type: text rewrite: false; to: filePath + date_simu_starts + "_stocks_warehouses" + params + ".csv" type: text rewrite: false;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment