#TODO: do we want to consider the waiting time still? right now it is not in the model Created by: Yilin HUANG
Email: y.huang@tudelft.nl
Version: 1.0
Released by: EPA1352 Group 3
Name | Student Number |
---|---|
Yaren Aslan | 5257514 |
Ludovica Bindi | 5469856 |
Alexandre Curley | 5500125 |
Aspasia Panagiotidou | 5631211 |
Dorukhan Yesilli | 5539501 |
Version: 2.0
This directory contains the output data generated by the model under different scenario settings. There are two types of data generated:
- Travel Time
- Waiting Time
For each truck, travel time and total waiting time is recorded as a csv.
Column | Description |
---|---|
Truck id | Unique ID of the truck |
Travel time | Time elapsed between the creation at the source and arrival at the sink |
Total waiting time | Accumulated time delay |
Whenever a truck arrives at a broken bridge and is faced with a delay, DataContainer records this event. Results are saved as a csv.
Column | Description |
---|---|
Truck id | Unique ID of the truck |
Bridge id | Unique ID of the bridge |
Waiting time | Delay time experienced by the truck at the bridge |
The way the files are named are scenario_[nameofscenario]_[bridge_break_min][slope]_replication... For example: scenario_BCSscore_10.05_replication_0_travel_time.csv etc.