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
a274e551
Commit
a274e551
authored
Nov 03, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
model updated so that new attrs can be defined by user
parent
6c5577e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
2 deletions
+37
-2
dream/simulation/Examples/GUI_models/BatchesStochasticACO.json
.../simulation/Examples/GUI_models/BatchesStochasticACO.json
+37
-2
No files found.
dream/simulation/Examples/GUI_models/BatchesStochasticACO.json
View file @
a274e551
...
...
@@ -32,17 +32,52 @@
"numberOfAntsPerGenerations"
:
{
"default"
:
3
,
"description"
:
"Number of scenarios per optimization generation"
,
"priority"
:
2
,
"priority"
:
19
,
"title"
:
"Number of scenarios per optimization generation"
,
"type"
:
"integer"
},
"numberOfGenerations"
:
{
"default"
:
3
,
"description"
:
"Number of optimization generations"
,
"priority"
:
3
,
"priority"
:
20
,
"title"
:
"Number of optimization generations"
,
"type"
:
"integer"
},
"numberOfAntsForStochasticEvaluationInGeneration"
:
{
"default"
:
2
,
"description"
:
"Number of Ants to evaluate stochastically in generation"
,
"priority"
:
18
,
"title"
:
"Number of Ants to evaluate stochastically in generation"
,
"type"
:
"integer"
},
"numberOfReplicationsInGeneration"
:
{
"default"
:
2
,
"description"
:
"Number of replications for Ants that are evaluated stochastically in generation"
,
"priority"
:
17
,
"title"
:
"Number of replications for Ants that are evaluated stochastically in generation"
,
"type"
:
"integer"
},
"numberOfAntsForStochasticEvaluationInTheEnd"
:
{
"default"
:
2
,
"description"
:
"Number of Ants to evaluate stochastically in the end of ACO"
,
"priority"
:
16
,
"title"
:
"Number of Ants to evaluate stochastically in the end of ACO"
,
"type"
:
"integer"
},
"numberOfReplicationsInTheEnd"
:
{
"default"
:
5
,
"description"
:
"Number of replications for Ants that are evaluated in the end of ACO"
,
"priority"
:
15
,
"title"
:
"Number of replications for Ants that are evaluated in the end of ACO"
,
"type"
:
"integer"
},
"numberOfAntsForNextGeneration"
:
{
"default"
:
1
,
"description"
:
"Number of Ants that carry their pheromone in the next generation"
,
"priority"
:
14
,
"title"
:
"Number of Ants that carry their pheromone in the next generation"
,
"type"
:
"integer"
},
"numberOfReplications"
:
{
"default"
:
10
,
"description"
:
"Number of replications to run"
,
...
...
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