matsim-vsp / parallel_qsim_rust

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

Clean up vehicle definition implementation #95

Closed Janekdererste closed 10 months ago

Janekdererste commented 11 months ago

This is related to #87 and #76 .

I am not happy with the current vehicle definition. This should work differently somehow.

We always want agents to travel by vehicle. If no vehicle types are defined we can use default ones. During the simulation this should not be an Option but should rather be present as a preprocessing stepj.

Janekdererste commented 10 months ago

This will be resolved by #99