eqasim-org / eqasim-java

The eqasim framework features an integrated transport simulation environment. It is based on the agent-based transport simulation framework MATSim with added components for simulation of discrete choice models.
http://www.eqasim.org
GNU General Public License v2.0
23 stars 39 forks source link

feat: termination criterion #201

Closed sebhoerl closed 4 months ago

sebhoerl commented 4 months ago

This PR moves our mode share-based termination criterion to the core as a general component.

What it does:

In brief: The simulation is stopped when the smoothed mode share of each mode does not change for more than 0.1%.

Output: Some useful plots that show the termination status are added. image