Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
9f270e08
Commit
9f270e08
authored
Apr 13, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test model changed
parent
c621039e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
39 deletions
+39
-39
dream/simulation/Examples/GUI_models/BatchFullModelOperatorsACOUnsorted.json
...amples/GUI_models/BatchFullModelOperatorsACOUnsorted.json
+39
-39
No files found.
dream/simulation/Examples/GUI_models/BatchFullModelOperatorsACOUnsorted.json
View file @
9f270e08
...
...
@@ -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"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment