Open cmurray3 opened 8 months ago
All, As discussed in class, the following homework assignment is due on Thursday:
Write a Python function that will do the following, for a given "experiment":
Evaluate the routing results from an "experiment" run.
Note 1: Some of the data are well-suited for a matrix/table. In particular, the output from the routing.py script will provide:
routing.py
Note 2: For each O/D pair, there could be
To test your function, you should use the data that you generated in class today, using the code described in https://github.com/IE-670/spring2024/issues/9.
Recall that the goal of this exercise is to create visualization/analytic tools to help us assess and understand the outputs from the bus routing tool.
I will call on you to demonstrate your .py script in class on Thursday.
.py
All, As discussed in class, the following homework assignment is due on Thursday:
Write a Python function that will do the following, for a given "experiment":
Evaluate the routing results from an "experiment" run.
Note 1: Some of the data are well-suited for a matrix/table. In particular, the output from the
routing.py
script will provide:Note 2: For each O/D pair, there could be
To test your function, you should use the data that you generated in class today, using the code described in https://github.com/IE-670/spring2024/issues/9.
Recall that the goal of this exercise is to create visualization/analytic tools to help us assess and understand the outputs from the bus routing tool.
I will call on you to demonstrate your
.py
script in class on Thursday.