Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DALSim-Docker
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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-Docker
Commits
8e2280e5
Commit
8e2280e5
authored
5 years ago
by
ThibautDemare
Browse files
Options
Downloads
Patches
Plain Diff
Two XML files that can be used by GAMA to configure a simulation
parent
ad543fcc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/simulation_configs/simulation_config.xml
+14
-0
14 additions, 0 deletions
source/simulation_configs/simulation_config.xml
source/simulation_configs/simulation_config_screenshots.xml
+14
-0
14 additions, 0 deletions
source/simulation_configs/simulation_config_screenshots.xml
with
28 additions
and
0 deletions
source/simulation_configs/simulation_config.xml
0 → 100644
+
14
−
0
View file @
8e2280e5
<?xml version="1.0" encoding="UTF-8"?>
<Experiment_plan>
<Simulation
id=
"1"
sourcePath=
"../DALSim/models/Main.gaml"
finalStep=
"1000"
experiment=
"Docker"
>
<Parameters>
<Parameter
name=
"saveObservations"
type=
"BOOLEAN"
value=
"true"
/>
<Parameter
name=
"pathBD"
type=
"STRING"
value=
"/bd/Used/"
/>
<Parameter
name=
"CSVFolderPath"
type=
"STRING"
value=
"/CSV/"
/>
<Parameter
name=
"saveSimulation"
type=
"BOOLEAN"
value=
"false"
/>
<Parameter
name=
"savedSteps"
type=
"INT"
value=
"-1"
/>
<Parameter
name=
"saveAgents"
type=
"BOOLEAN"
value=
"true"
/>
<Parameter
name=
"savedAgents"
type=
"INT"
value=
"4000"
/>
</Parameters>
</Simulation>
</Experiment_plan>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
source/simulation_configs/simulation_config_screenshots.xml
0 → 100644
+
14
−
0
View file @
8e2280e5
<?xml version="1.0" encoding="UTF-8"?>
<Experiment_plan>
<Simulation
id=
"1"
sourcePath=
"../DALSim/models/Main.gaml"
finalStep=
"16000"
experiment=
"Docker with traffic screenshots"
>
<Parameters>
<Parameter
name=
"saveObservations"
type=
"BOOLEAN"
value=
"true"
/>
<Parameter
name=
"pathBD"
type=
"STRING"
value=
"/bd/Used/"
/>
<Parameter
name=
"CSVFolderPath"
type=
"STRING"
value=
"/CSV/"
/>
</Parameters>
<Outputs>
<Output
id=
"1"
name=
"Road traffic"
framerate=
"1"
/>
<Output
id=
"2"
name=
"Maritime and River traffic"
framerate=
"1"
/>
</Outputs>
</Simulation>
</Experiment_plan>
\ No newline at end of file
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