We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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?
rou
The text was updated successfully, but these errors were encountered:
kistref
No branches or pull requests
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:
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?The text was updated successfully, but these errors were encountered: