Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] compare algorithms

All routing algorithms derived from SUMOAbstractRouter output the number of queries, average number of edges searched per query and time per query in verbose mode.
Indirectly, you may also compare algorithms by the traveltime / timeLoss of the affected vehicles.

Am Mo., 23. Sept. 2019 um 15:14 Uhr schrieb Raheleh Zarei <raheleh.zarei@xxxxxxxxx>:
Hello

I want to implement a new routing algorithm in SUMO. I was wondering how can I compare the performance of my algorithm to the existing routing algorithm in SUMO(Dijkstra, A*, CH). What is the metrics available for comparing two routing algorithms in SUMO?

Best,
Raheleh

--
RAZ
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top