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
In my project, I am working to determine the probability of each agent being involved in a fatal accident based on their mode of transport. To achieve this, I need to include all transport modes (walk,bike,car,ride,pt) in the network to track the exact paths each agent takes, their travel distances (in kilometers), and the time spent on the road (in seconds or hours).
I have successfully added bike mode to the network and configured it properly. However, I’ve encountered persistent errors while trying to add walking as a network-based mode. Someone suggested introducing a new mode of transport similar to walking but configured to operate on the network instead of using teleportation. Following this advice, I created a new transport mode called walker and configured it to run on the network.
Despite several simulation attempts with different mode parameters, I’m facing an issue: no matter what alternative specific constant parameter value I use for the walk mode (negative, zero, or positive) to limit agents' use of it, a significant number of agents still use the walk mode instead of walker.
Could someone kindly explain why this is happening and suggest a solution? Ideally, I want all agents to use walker instead of walk. I understand it may not be entirely possible since the walk mode is necessary for agents to leave their homes and enter their workplaces due to simulation rules. However, I aim to minimize its usage as much as possible.
I’ve attached walk_mode_on_network.pdf
file showing the simulation output from SimWrapper along with the output_config.xml as pdf file config.pdf
for reference.
The text was updated successfully, but these errors were encountered:
Hello All,
In my project, I am working to determine the probability of each agent being involved in a fatal accident based on their mode of transport. To achieve this, I need to include all transport modes (walk,bike,car,ride,pt) in the network to track the exact paths each agent takes, their travel distances (in kilometers), and the time spent on the road (in seconds or hours).
I have successfully added bike mode to the network and configured it properly. However, I’ve encountered persistent errors while trying to add walking as a network-based mode. Someone suggested introducing a new mode of transport similar to walking but configured to operate on the network instead of using teleportation. Following this advice, I created a new transport mode called walker and configured it to run on the network.
Despite several simulation attempts with different mode parameters, I’m facing an issue: no matter what alternative specific constant parameter value I use for the walk mode (negative, zero, or positive) to limit agents' use of it, a significant number of agents still use the walk mode instead of walker.
Could someone kindly explain why this is happening and suggest a solution? Ideally, I want all agents to use walker instead of walk. I understand it may not be entirely possible since the walk mode is necessary for agents to leave their homes and enter their workplaces due to simulation rules. However, I aim to minimize its usage as much as possible.
I’ve attached
walk_mode_on_network.pdf
file showing the simulation output from SimWrapper along with the output_config.xml as pdf file
config.pdf
for reference.
The text was updated successfully, but these errors were encountered: