eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.51k stars 1.42k forks source link

Add option for generating destProb Rerouters for a given network and turn-ratio-files (trac #2013) #2013

Closed behrisch closed 4 years ago

behrisch commented 8 years ago

This would allow an online-variant of turn-ratio routing and would be useful in conjunction with Calibrators.

Either:

Migrated from http://sumo.dlr.de/ticket/2013

{
    "status": "new", 
    "changetime": "2015-11-19T09:30:47Z", 
    "description": "This would allow an online-variant of turn-ratio routing and would be useful in conjunction with Calibrators.\n\nEither:\n - each edge receives a probability distribution for all subsequent edges \n - the edges before an intersection and the from-edges of loaded flows receive a distribution of routes up to the next intersection", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1447925447875233", 
    "component": "routing (DFROUTER, JTRROUTER)", 
    "summary": "Add option for generating destProb Rerouters for a given network and turn-ratio-files", 
    "priority": "major", 
    "keywords": "", 
    "time": "2015-11-19T09:30:47Z", 
    "milestone": "2.0.0", 
    "owner": "", 
    "type": "enhancement"
}
namdre commented 4 years ago

implemented via #6310