Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] speedFactor causing errors

The configuration below is supposed to work for this.
speedFactor; normal(mean, std); [0.1, 2]
speedDev; 0

However, due to https://github.com/eclipse/sumo/issues/5279 you need the very latest development version (built from source or downloaded tomorrow).

regards,
Jakob



Am Mo., 11. März 2019 um 10:44 Uhr schrieb Fredrik Nilsson <frnilss@xxxxxxxxxxxxxxxxxxx>:
Hi Jakob,

Thank for the quick response. Can I still use that version within the config to make a vTypeDistributions file or do I have to set this parameter seperetly?

BR,
Fredrik

From: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: Monday, March 11, 2019 10:27
To: Sumo project User discussions
Subject: Re: [sumo-user] speedFactor causing errors
 
By default, the speedFacotr values are capped between 0.2 and 2.0. The use mean values outside that range, you have to use the 4-parameter versions to redefine the cut-off points.

regards,
Jakob

Am Mo., 11. März 2019 um 10:06 Uhr schrieb Fredrik Nilsson <frnilss@xxxxxxxxxxxxxxxxxxx>:
Hi,

I have been trying to use the speedFactor parameter in a vehTypeDistribution.py config file but it doesnt seem to work. If I try to set speedFactor like

speedFactor; normal(mean, std); [0.1, 2]

and only feed it input values [0.7, 1.3] for mean and [0.2, 0.3] for std it throws an error saying that the mean cannot be less than 0.2.

How am I supposed to define this parameter to get correct behaviour?

BR;
Fredrik
_______________________________________________
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
_______________________________________________
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