Questions tagged [agent-based]
The agent-based tag has no summary.
2 questions
1
vote
1
answer
141
views
Can the results of a Discrete-Event Simulation be translated to a Continuous-Time visualization?
I am composing a library for Discrete-Event Simulation of vehicle traffic. Vehicles are modelled as agents, while the network is modelled as a set of interconnected edges and nodes (a bidirectional ...
1
vote
2
answers
840
views
How to implement a rule-based decision maker for an agent-based model?
I have a hard time understanding how to combine a rule-based decision making approach for an agent in an agent-based model I try to develop.
The interface of the agent is a very simple one.
public ...