Skip to content
Snippets Groups Projects
Commit 8e2280e5 authored by ThibautDemare's avatar ThibautDemare
Browse files

Two XML files that can be used by GAMA to configure a simulation

parent ad543fcc
Branches
No related merge requests found
<?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
<?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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment