matsim-vsp / parallel_qsim_rust

Parallel and distributed implementation of the Qsim in Rust
8 stars 0 forks source link

Implmenent NodeTransitionLogic #100

Closed Janekdererste closed 10 months ago

Janekdererste commented 10 months ago

Currently, Nodes serve incoming links in a round-robin fashion when implementing storage capacity as in #40 , this might lead to the case that certain links never get to move vehicles over the node if they are last in the in links collection.

Implement probabilistic node transition logic based on capacity of in links according to the current moveVehByVehRandomDistribution_dontBlockNode in MATSim.