matsim-vsp / parallel_qsim_rust

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

Alt routing #103

Closed Janekdererste closed 9 months ago

paulheinr commented 10 months ago

Finally made routing work again 🥳 There are lots of changes in the router. I think the most relevant points are also explained in #102.

What's missing so far is another landmark selection method than randomly choosing them. But this only effects the speed of routing itself, not the validity of routing nor the router updating.

Also the router uses HashMaps instead of no hashing. I will fix that with in another Issue.

Moreover, there were some issues with the "none" partitioning method. I fixed it.

paulheinr commented 10 months ago

@Janekdererste, since you opened this PR, I can't choose you as reviewer 😄 but feel as reviewer - especially of the things out of the router module.