licit-lab / MnMS

Agent-based Multimodal Urban Moblity Simulator resulting from the ERC MAGnUM project
GNU Lesser General Public License v3.0
9 stars 4 forks source link

Fix/improve update graph performance #156

Closed kit4a closed 5 months ago

kit4a commented 5 months ago

Try to improve performance of update_graph with a bit of cleaning in the method and a new arg of the run() method specifying a threshold on speed variation below which we do not update the costs of the links of the graph. Add two tests and update one.