bokae / taxi

Simulating taxi-request matchings on a grid.
10 stars 5 forks source link

Assign monetary value to idling and crusing #5

Closed sapiezynski closed 6 years ago

sapiezynski commented 6 years ago

There is a monetary loss in sitting idly (waiting time) and in going somewhere without a customer (empty time). Make these costs configurable and incorporate into total money made.

bokae commented 6 years ago

Idle waiting time, waiting time while cruising, empty ride to request, useful ride.

bokae commented 6 years ago

Now, there are some more cost options, but I found an article which elaborates more on costs, I am going to go into more details after I've read it.

bokae commented 6 years ago

Done.