Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 357 Bytes

trace-generation.md

File metadata and controls

10 lines (10 loc) · 357 Bytes
{
    "dataset_id": [int], // dataset of the trace
    "network_id": [int], // network of the trace
    "speed": [int], // speed of the users in the random simulation
    "timesteps": [int], // timesteps of the movements
    "from_dataset": [bool], // whether to use the preprocessing 
    "seed": [int] // seed for generating reproducible results
}