Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DALSim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Thibaut DEMARE
DALSim
Commits
585fbd84
Commit
585fbd84
authored
Sep 23, 2019
by
ThibautDemare
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the secondary maritime network in the outputs
parent
4fae1e8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
models/Experiments.gaml
models/Experiments.gaml
+3
-0
No files found.
models/Experiments.gaml
View file @
585fbd84
...
...
@@ -55,6 +55,7 @@ experiment 'traffic' type: gui {
species
Country
aspect
:
geom
;
species
Road
aspect
:
geom
;
species
MaritimeLine
aspect
:
geom
;
species
SecondaryMaritimeLine
aspect
:
geom
;
species
RiverLine
aspect
:
geom
;
species
Vehicle
aspect
:
base
;
}
...
...
@@ -74,6 +75,7 @@ experiment 'Scenario: block roads' type: gui {
species
Country
aspect
:
geom
;
species
Road
aspect
:
geom
;
species
MaritimeLine
aspect
:
geom
;
species
SecondaryMaritimeLine
aspect
:
geom
;
species
RiverLine
aspect
:
geom
;
event
[
mouse_down
]
action
:
block_one_road
;
}
...
...
@@ -92,6 +94,7 @@ experiment 'Scenario: update attractiveness' type: gui {
species
Country
aspect
:
geom
;
species
Road
aspect
:
geom
;
species
MaritimeLine
aspect
:
geom
;
species
SecondaryMaritimeLine
aspect
:
geom
;
species
RiverLine
aspect
:
geom
;
species
LogisticsServiceProvider
aspect
:
base
;
}
...
...
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