Skip to content

faq 112101969

Billy Charlton edited this page Sep 5, 2018 · 2 revisions

Can "Cadyts" use for carsharing?

by Daoge Wang on 2017-09-20 06:40:43


Hello,

I would like to know if Cadyts can use to automatic calibrate for carsharing? Just like the "one way" carsharing, I have the borrowing and returning amounts of carsharing stations.

Thank you very much.


Comments: 2


Re: Can "Cadyts" use for carsharing?

by Kai Nagel on 2017-09-21 18:00:41

In principle yes, but not without (1) really understanding how the implementation works, (2) capability to program Java, and (3) willingness to debug in small steps.

Technically: If you have some data from reality, you need to set up the corresponding measurement in the simulation. In your case, number of borrowing and returning cars at stations. You also need to set up the cadyts {{PlanBuilder}} such that it works in terms of "stations" rather than "links". Then, in each iteration, cadyts will compare the simulated with the real numbers, and via the planBuilder compute a score correction for each plan. This score correction eventually pushes plans which correspond to measurements to high probabilities, and other ones to low probabilities.

I cannot say how the car sharing contrib and the cadyts contrib will interact in unexpected ways. There is probably also nobody who knows both contribs well.


Re: Can "Cadyts" use for carsharing?

by Milos Balac on 2017-09-28 11:58:52

Hi Daoge,

I might be able to help you with the carsharing contrib, but I would need some more information.

The differences could occur for many reasons. Maybe your demand patterns are not the same as in reality?. Did you set up the price structures for carsahring? How do you assign carsharing membership? Which version of carsharing contrib are you using? How do you set-up your scenario?

Unfortunately I could not help you with cadyts since I have no knowledge of it.

Clone this wiki locally