Commit 9f270e08 authored by Georgios Dagkakis's avatar Georgios Dagkakis

test model changed

parent c621039e
......@@ -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": {
......
Markdown is supported
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