RaenonX / Madison-Metro-Sim

Madison Metro System simulator. (UW Madison 2020 Fall CS 638 Project)
2 stars 2 forks source link

Smart stops deploying algorithm #28

Open RaenonX opened 3 years ago

RaenonX commented 3 years ago

Blocked by #22 (travel time), #23 (budget).

Develop an algorithm/small app to find the optimal stop deployment plan.

Factors to consider

Accessibility

Operation costs:

yayen-lin commented 3 years ago

For the accessibility, isn't it the higher the better?

yayen-lin commented 3 years ago

I think we can also consider these (from the city council's standpoint):

RaenonX commented 3 years ago

For the accessibility, isn't it the higher the better?

Oops, I meant the distance between the agent's location and the stop, probably should clarify on that.

RaenonX commented 3 years ago
  • gas money per launch
  • the minimum number of boarding so that they don't waste money on routes that have less number of passenger boarding.
  • price of one-time bus tickets
  • salaries/the number of bus driveres

Added