Matthias Untergassmair

Results 5 issues of Matthias Untergassmair

State1D needs posf, posg, velf, velg to be compatible with new interface. Partially implemented in #64 but needs further review

In the current implementation, when a vehicle drives off the beginning or the end of a roadway, it is projected to the beginning / end of it. (`roadways.jl` line 676)....

I'm using ProfileView to find out which parts of my code need to be optimized. Since the function I am looking at needs quite some preparation (defining variables, building structs,...

As I was working with AutoViz over the last few weeks I ran into a few limitations and started working on a new (forked) branch that is more flexible and...

It seems that pre-specifying the vector size using `MVector` from `StaticArrays` helps to significantly improve the performance of `ind2x` ![Screenshot from 2020-03-05 23-57-18](https://user-images.githubusercontent.com/53627988/76033769-e9270800-5ef1-11ea-991e-6bad4c0ee539.png)