Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structure of the input forlders for SUMO and experiments #32

Open
RafalKucharskiPK opened this issue Mar 4, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@RafalKucharskiPK
Copy link
Contributor

Let's organize the input.

I think each experiment shall be well encapsulated into a single folder/.zip with all the data needed to run experiment.

I think the desired structure of the folder shall be something like this:

milestone-one-
   --- data
      --- networks
         --- csomor
            sumo file_1.xml
            sumo file_2.xml
            sumo file_n.xml
         --- sioux falls
            sumo file_1.xml
            sumo file_2.xml
            sumo file_n.xml
        --- demand
         --- csomor_low
            demand file.csv
            routes.rou
         --- csomor_high
            demand file.csv
            routes.rou
         --- sioux falls_high
            demand file.csv
            routes.rou

in such case we can pass two string only to the cmd line arguments of main and run for instance
main.py -network=csomor -demand=csomor_low

I am not sure where to put rou file with routes? shall it be input, or created while experimenting?

@RafalKucharskiPK RafalKucharskiPK added the enhancement New feature or request label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants