rakow
rakow
This PR adds functionality to improve the freespeed estimations of road networks in the `org.matsim.application.prepare.network.params` package. This includes: - Feature extractor for networks - Interfaces to set freespeed (or capacity)...
In complex scenarios, it can be quite difficult to understand why agents chose a certain plan over another. We may see the total score at the end, but may not...
Not for merge, only to see the differences.
Changes for long term scenarios
This PR adds an additional calibrator that supports adjusting utilities for given distance groups.
During initialization, a `TravelTimeCalculator` is created for every network mode defined in the routing. However, not every of these modes are necessarily run on the network as well. E.g. there...
The application contrib now contains implementations (analysis etc.) and references to other contribs. This leads to circular dependencies for some of the contribs. The API needs to be separated to...
The goal is to allow every person having an individual preference. This is achieved by attaching a `delta` to every person for specific utility parameters. E.g each person can have...