You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following needs to get checked, if it is an issue (KMT. nov'24)
It looks to me, that in the simulation results it gets a bit confused, when to add the time needed for loading/unloading the goods.
This needs to be sorted out.
I assume that this is also an issue due to the fact, that the carrier internally works with Services instead of Shipments
During Collection it has the 180 sec as Service duration for loading. But there is information for unloading at the hub. (There is also no event, that the good has arrived because services do not arrive) --> this is totally contrary to the definition.
The main run has the service-Event at the end of the transport, but no information for loading the goods into the vehicle. Here
In Distribution, the service is at the dropoff, and this takes the 180s. But here also the information is missing, that the goods are loaded into the vehicle.
Re main run: I am not sure whether it is possible to "loading"/"pickup"event, or not. Here we do not have any jsprit logic, so we may get the information from somewhere early enough.
Re distribution run: I think it is not possible to add another "loading"/"pickup"event (and consider any additional duration for the loading in the simulation) so easily. This is because services only has on time, and we get some information once, the Service started event is thrown, which is presumable too late to throw another event.
Conclusion: For me, it gets more and more clear, that we need to change the internal logic from Services to Shipments. Then we have by default pickup and dropoff events, and their duration is part of the planning. see e.g. matsim-vsp/logistics#44
((The logistics repo goes into archive mode, code is not on matims-libs. So the issue is moved from - see there for more information: matsim-vsp/logistics#174 ))
The text was updated successfully, but these errors were encountered:
The following needs to get checked, if it is an issue (KMT. nov'24)
It looks to me, that in the simulation results it gets a bit confused, when to add the time needed for loading/unloading the goods.
This needs to be sorted out.
I assume that this is also an issue due to the fact, that the carrier internally works with
Services
instead ofShipments
See e.g. the MultipleShipmentsCompleteLSPMobsimTest:
For the LspShipment it is defined as follows:
Collection
it has the 180 sec as Service duration for loading. But there is information for unloading at the hub. (There is also no event, that the good has arrived because services do not arrive) --> this is totally contrary to the definition.main
run has the service-Event at the end of the transport, but no information for loading the goods into the vehicle. HereRe main run: I am not sure whether it is possible to "loading"/"pickup"event, or not. Here we do not have any jsprit logic, so we may get the information from somewhere early enough.
Re distribution run: I think it is not possible to add another "loading"/"pickup"event (and consider any additional duration for the loading in the simulation) so easily. This is because services only has on time, and we get some information once, the
Service started
event is thrown, which is presumable too late to throw another event.Conclusion: For me, it gets more and more clear, that we need to change the internal logic from
Services
toShipments
. Then we have by defaultpickup
anddropoff
events, and their duration is part of the planning. see e.g. matsim-vsp/logistics#44((The logistics repo goes into archive mode, code is not on matims-libs. So the issue is moved from - see there for more information: matsim-vsp/logistics#174 ))
The text was updated successfully, but these errors were encountered: