You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide the MATSim version you are using. You can find the version in the pom.xml. E.g. 2025.0.
2025.0
Did you build a minimal example to reproduce the issue?
Yes!
Describe the problem you are facing.
I want users in my scenario to be able to select a random location within a certain radius, especially when location choice is enabled. Earlier, I was using the following method:
However, this contrib has now been removed.
My main objective is to enable agents to make adaptive decisions when a time-based restriction is active in the network (e.g., a travel ban from 10:00 PM to 4:00 AM). Instead of traveling during restricted hours and receiving a negative score, I want agents to choose to stay or rest at a nearby location within a certain radius.
Previously, the FrozenTastes module helped with this behavior, and I’ve experimented with it. Now I need guidance on how to achieve similar functionality:
Is there an alternative contrib or updated approach for location choice?
Can this behavior be implemented explicitly without relying on a contrib?
If there are newer changes or replacements for FrozenTastes, what are they?
If possible, provide a link to your minimal example. This might be a GitHub repository.
No response
If you want, provide some background information about you and your project. This might help us understand your issue better.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Provide the MATSim version you are using. You can find the version in the
pom.xml. E.g.2025.0.2025.0
Did you build a minimal example to reproduce the issue?
Describe the problem you are facing.
I want users in my scenario to be able to select a random location within a certain radius, especially when location choice is enabled. Earlier, I was using the following method:
However, this contrib has now been removed.
My main objective is to enable agents to make adaptive decisions when a time-based restriction is active in the network (e.g., a travel ban from 10:00 PM to 4:00 AM). Instead of traveling during restricted hours and receiving a negative score, I want agents to choose to stay or rest at a nearby location within a certain radius.
Previously, the FrozenTastes module helped with this behavior, and I’ve experimented with it. Now I need guidance on how to achieve similar functionality:
If possible, provide a link to your minimal example. This might be a GitHub repository.
No response
If you want, provide some background information about you and your project. This might help us understand your issue better.
No response
All reactions