Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DALSim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thibaut DEMARE
DALSim
Commits
8ca516ad
Commit
8ca516ad
authored
5 years ago
by
ThibautDemare
Browse files
Options
Downloads
Patches
Plain Diff
Add Country on output for these other experiments
parent
cdb31679
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
models/Experiments.gaml
+3
-0
3 additions, 0 deletions
models/Experiments.gaml
with
3 additions
and
0 deletions
models/Experiments.gaml
+
3
−
0
View file @
8ca516ad
...
@@ -30,6 +30,7 @@ experiment 'No ouput' type: gui {
...
@@ -30,6 +30,7 @@ experiment 'No ouput' type: gui {
experiment 'traffic' type: gui {
experiment 'traffic' type: gui {
output {
output {
display 'traffic' autosave: false refresh:every(1) {
display 'traffic' autosave: false refresh:every(1) {
species Country aspect: geom;
species Road aspect: geom;
species Road aspect: geom;
species MaritimeLine aspect: geom;
species MaritimeLine aspect: geom;
species RiverLine aspect: geom;
species RiverLine aspect: geom;
...
@@ -48,6 +49,7 @@ experiment 'Scenario: block roads' type: gui {
...
@@ -48,6 +49,7 @@ experiment 'Scenario: block roads' type: gui {
output {
output {
display display_warehouse autosave: true refresh:every(1) {
display display_warehouse autosave: true refresh:every(1) {
species Country aspect: geom;
species Road aspect: geom;
species Road aspect: geom;
species MaritimeLine aspect: geom;
species MaritimeLine aspect: geom;
species RiverLine aspect: geom;
species RiverLine aspect: geom;
...
@@ -65,6 +67,7 @@ experiment 'Scenario: update attractiveness' type: gui {
...
@@ -65,6 +67,7 @@ experiment 'Scenario: update attractiveness' type: gui {
output {
output {
display display_lp autosave: true refresh:every(1) {
display display_lp autosave: true refresh:every(1) {
species Country aspect: geom;
species Road aspect: geom;
species Road aspect: geom;
species MaritimeLine aspect: geom;
species MaritimeLine aspect: geom;
species RiverLine aspect: geom;
species RiverLine aspect: geom;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment