Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Automatic Routing

FLOAT is the value of option --device.rerouting.adaptation-weight
priorValue is initialized as edgeLength/speedLimit (or loaded weight) at simulation start and afterwards taken from the previous simulation step.

for moving average, see https://en.wikipedia.org/wiki/Moving_average#Simple_moving_average where n is defined by option --device.rerouting.adaptation-steps

Am Mi., 21. Aug. 2019 um 02:00 Uhr schrieb Raheleh Zarei <raheleh.zarei@xxxxxxxxx>:
Hi SUMO

Thanks for your support. Would you please give us an example of how SUMO use and calculate exponential average   FLOAT * priorValue + (1 - FLOAT) * currentMeanSpeed 
and moving average?

Regards,
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