Skip to main content

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

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

Attachment: AGFreeTime.cpp
Description: Binary data


Back to the top