Config File

The config file influences how the MATSim simulation behaves.

Our up-to-date configuration file that holds all the stored parameters for the simulation is updated and maintained here:

https://github.com/MetacitySuite/Metacity-MATSim/blob/main/matsim/data/matsim-files/config-prague.xml

Default Configuration File

The list of available parameters and valid parameter values may vary from release to release. For a list of all available settings available with the version you are working with, run "DefaultConfig.java" in the Metacity-MATSim module.

Configuration File

The configuration file consists of modules. Each module represents a logical parameter group. Numerous MATSim modules can be added to MATSim and configured by specifying the respective configuration file section.

Modules

List of modules to configure in our Prague scenario

global

randomSeed
coordinateSystem
numberOfThreads - for parallel event handling
insistingOnDeprecatedConfigVersion

controler

qsim

network

plans

transit

facilities

households

vehicles

planCalcScore

planscalcroute

travelTimeCalculator

TimeAllocationMutator

swissRailRaptor

strategy

Last updated