From c621039e1925c9fa9ca6fed586dc12691664a48e Mon Sep 17 00:00:00 2001
From: Georgios Dagkakis <georgios.dagkakis@ul.ie>
Date: Mon, 13 Apr 2015 09:24:35 +0100
Subject: [PATCH] rearrange the sequence of elements in General tab

---
 .../BatchFullModelOperatorsACO.json           | 78 +++++++++----------
 1 file changed, 39 insertions(+), 39 deletions(-)

diff --git a/dream/simulation/Examples/GUI_models/BatchFullModelOperatorsACO.json b/dream/simulation/Examples/GUI_models/BatchFullModelOperatorsACO.json
index d240b2c0..a188f0c9 100644
--- a/dream/simulation/Examples/GUI_models/BatchFullModelOperatorsACO.json
+++ b/dream/simulation/Examples/GUI_models/BatchFullModelOperatorsACO.json
@@ -31,12 +31,50 @@
           }, 
           "general": {
                "properties": {
+                    "maxSimTime": {
+                         "default": 100, 
+                         "type": "number", 
+                         "description": "Length of the simulation run", 
+                         "name": "Length of experiment"
+                    }, 
+                    "timeUnit": {
+                         "default": "minute", 
+                         "enum": [
+                              "minute", 
+                              "hour", 
+                              "day", 
+                              "week", 
+                              "month", 
+                              "year"
+                         ], 
+                         "type": "string", 
+                         "description": "Used for input and reporting widgets.", 
+                         "name": "Time unit"
+                    }, 
+                    "currentDate": {
+                         "default": "2014/02/18", 
+                         "type": "string", 
+                         "description": "The day the experiment starts, in YYYY/MM/DD HH:MM:DD format", 
+                         "name": "Simulation start time"
+                    }, 
+                    "throughputTarget": {
+                         "default": 10, 
+                         "type": "number", 
+                         "description": "The daily throughput target in units.", 
+                         "name": "Daily throughput target"
+                    },
                     "numberOfGenerations": {
                          "default": 1, 
                          "type": "integer", 
                          "description": "Number of optimization generations", 
                          "title": "Number of optimization generations"
                     }, 
+                    "numberOfAntsPerGenerations": {
+                         "default": 5, 
+                         "type": "integer", 
+                         "description": "Number of scenarios per optimization generation", 
+                         "title": "Number of scenarios per optimization generation"
+                    }, 
                     "numberOfReplications": {
                          "default": 10, 
                          "type": "number", 
@@ -53,12 +91,6 @@
                          "description": "Create an excel trace file (Yes or No)", 
                          "name": "Output Trace"
                     }, 
-                    "numberOfAntsPerGenerations": {
-                         "default": 5, 
-                         "type": "integer", 
-                         "description": "Number of scenarios per optimization generation", 
-                         "title": "Number of scenarios per optimization generation"
-                    }, 
                     "processTimeout": {
                          "default": 10, 
                          "type": "number", 
@@ -76,39 +108,7 @@
                          "type": "number", 
                          "description": "Confidence level for statistical analysis of stochastic experiments", 
                          "name": "Confidence level"
-                    }, 
-                    "maxSimTime": {
-                         "default": 100, 
-                         "type": "number", 
-                         "description": "Length of the simulation run", 
-                         "name": "Length of experiment"
-                    }, 
-                    "timeUnit": {
-                         "default": "minute", 
-                         "enum": [
-                              "minute", 
-                              "hour", 
-                              "day", 
-                              "week", 
-                              "month", 
-                              "year"
-                         ], 
-                         "type": "string", 
-                         "description": "Used for input and reporting widgets.", 
-                         "name": "Time unit"
-                    }, 
-                    "currentDate": {
-                         "default": "2014/02/18", 
-                         "type": "string", 
-                         "description": "The day the experiment starts, in YYYY/MM/DD HH:MM:DD format", 
-                         "name": "Simulation start time"
-                    }, 
-                    "throughputTarget": {
-                         "default": 10, 
-                         "type": "number", 
-                         "description": "The daily throughput target in units.", 
-                         "name": "Daily throughput target"
-                    }
+                    } 
                }
           }, 
           "output": {
-- 
2.30.9