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
5f621ce1
Commit
5f621ce1
authored
Jun 24, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup and priorities in run simulation and Queue menu
parent
f006cab0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
18 deletions
+7
-18
dream/simulation/Examples/GUI_models/jobShopDemo0.json
dream/simulation/Examples/GUI_models/jobShopDemo0.json
+7
-18
No files found.
dream/simulation/Examples/GUI_models/jobShopDemo0.json
View file @
5f621ce1
...
...
@@ -2,43 +2,36 @@
"application_configuration"
:
{
"general"
:
{
"properties"
:
{
"confidenceLevel"
:
{
"default"
:
0.95
,
"description"
:
"Confidence level for statistical analysis of stochastic experiments"
,
"title"
:
"Confidence level"
,
"type"
:
"number"
},
"currentDate"
:
{
"priority"
:
10
,
"default"
:
"2014/10/01"
,
"description"
:
"The day the experiment starts, in YYYY/MM/DD format"
,
"title"
:
"Simulation Start Time"
,
"type"
:
"string"
},
"maxSimTime"
:
{
"priority"
:
9
,
"default"
:
100
,
"description"
:
"Length of the simulation run"
,
"title"
:
"Length of Experiment"
,
"type"
:
"number"
},
"numberOfAntsPerGenerations"
:
{
"priority"
:
7
,
"default"
:
20
,
"description"
:
"Number of ants per generation"
,
"title"
:
"Number of ants per generation"
,
"type"
:
"integer"
},
"numberOfGenerations"
:
{
"priority"
:
8
,
"default"
:
10
,
"description"
:
"The number of Generations"
,
"title"
:
"Number of generations"
,
"type"
:
"integer"
},
"numberOfReplications"
:
{
"default"
:
10
,
"description"
:
"Number of replications to run"
,
"title"
:
"Number of replications"
,
"type"
:
"integer"
},
"numberOfSolutions"
:
{
"priority"
:
5
,
"default"
:
4
,
"description"
:
"Number of solutions"
,
"name"
:
"Number of solutions"
,
...
...
@@ -50,12 +43,6 @@
"title"
:
"Process Timeout"
,
"type"
:
"number"
},
"seed"
:
{
"default"
:
10
,
"description"
:
"When using the same seed, the random number generator produce the same sequence of numbers"
,
"title"
:
"Seed for random number generator"
,
"type"
:
"number"
},
"timeUnit"
:
{
"default"
:
"hour"
,
"description"
:
"Used for input and reporting widgets."
,
...
...
@@ -463,6 +450,7 @@
"type"
:
"string"
},
"name"
:
{
"priority"
:
10
,
"default"
:
"Queue"
,
"type"
:
"string"
},
...
...
@@ -590,6 +578,7 @@
"type"
:
"string"
},
"name"
:
{
"priority"
:
7
,
"default"
:
"Assembly Queue"
,
"type"
:
"string"
}
...
...
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