nickolasclarke / dispatch

A discrete-event simulation (DES) model for simulating deployment of EV bus fleets, using GTFS data
2 stars 0 forks source link

add fiscal costs to all assets #30

Open nickolasclarke opened 4 years ago

nickolasclarke commented 4 years ago

This should then be used to do a basic fiscal optimization to find the least cost solution for a given transit network. I envision this including kwh and and level 2 charger penetration (as a function of the total termini in the system) as either tuneable parameters, or inputs into a more traditional optimization cost function.

It seems if we have just a single depot, that a cost minimization optimization should be fairly straightforward? Otherwise, crafting several scenarios of something like high / med / low kwh capacity coupled with high / med / low level-2 charger penetration and brute forcing through a number of scenarios should give a good idea of what is possible without solving the formal optimization.