Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Increase frequency of Free time activity

Got it Jakob. Thanks!

On Wednesday, 27 February 2019, 3:38:59 pm CST, Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:


That wouldn't help because the values are used to define a bitset rather than a trip limit.
You may want to consider other options for increasing the amount of traffic since activitygen is not being actively developed at the moment.

Am Mi., 27. Feb. 2019 um 17:42 Uhr schrieb Marvin Manalastas <marvin_manalastas27@xxxxxxxxx>:
Hello Sumo users,

I need some help on how to increase the number of trips during free time in activitygen.

Currently even if i set freeTimeActivityRate="1" maximum trip per day i get is around 4 trips per car including home-->work-->home trips.

I am currently looking at the attached code and thinking maybe i could increase the number of trips by increasing the values below?

const int AGFreeTime::DAY = 1;
const int AGFreeTime::EVENING = 2;
const int AGFreeTime::NIGHT = 4;

Thanks for the assistance.

Br,
Marvin
_______________________________________________
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