Marcel
Marcel
I have no experience with the carsharing contrib, so I cannot comment on the first question. > How is the score for stuck and abort determined or calculated? see [ScoringParameters.java,...
I would have to check the code, but that `flowCapacity = 0` sounds suspicious. We do various calculations based on the flowCapacity, and if it is zero, who knows if...
Can you share the scorestats.png file? It would make it easier to interpret to see the actual values. The jump at 80% is likely from the global innovation switch-off (config...
The project refers to MATSim `12.0-2020w15-SNAPSHOT`, which is more than 3 years old. Also, it points to the old Maven-Repository at jfrog, which got shut down. MATSim has since its...
What ARM CPU did you run it on? What was the CPU speed? How much memory did the system have, and what kind of memory (DDR4, DDR5, ...?) And the...
As the problem is in Via, there might be an exception in the log file. - Share your actual plan.xml-file here so we can try to reproduce it. - Or...
The minibus-contrib seems to only use links with `modes=car` to determine potential transit stop locations. Your network contains no car-links. All links in your network are set to `modes=pt`. Thus,...
In the file `transitNetwork.xml`, all links are defined with `modes="pt"`. Change this in all links to `modes="car,pt"`. I don't know the minibus-contrib very well if it could be configured differently....
The first 5 lines describe the issue really good: > ``` > 2023-06-02T21:57:57,186 WARN Dijkstra:306 No route was found from node pt_0212NGS to node pt_0201ENL. Some possible reasons: > 2023-06-02T21:57:57,187...
PT2MATSim can use OSM to create multi-modal networks. So yes, try to use OSM in addition to the GTFS to create a network with PT2MATSim (there should be documentation around...