Skip to content
Snippets Groups Projects

Add distribution of (inter) contact time reports

1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -194,7 +194,7 @@ MapBasedMovement.mapFile2 = data/paderborn_pedestrians_and_cars.wkt
MapBasedMovement.mapFile3 = data/paderborn_cars_only.wkt
## Reports - all report names have to be valid report classes
Report.nrofReports = 8
Report.nrofReports = 10
Report.reportDir = reports/
# length of the warm up period (simulated seconds)
Report.warmup = 0
@@ -209,6 +209,10 @@ Report.report7 = EnergyLevelReport
EnergyLevelReport.granularity = 600
Report.report8 = BufferOccupancyReport
BufferOccupancyReport.occupancyInterval = 300
Report.report9 = InterContactTimesReport
InterContactTimesReport.granularity = 5
Report.report10 = ContactTimesReport
ContactTimesReport.granularity = 5
## Optimization settings -- these affect the speed of the simulation
## see World class for details.
Loading