Questions tagged [agent-based]
2 questions
1
vote
1 answer
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 graph of locations). At some point, vehicles will…

ForeverNoob
- 111
- 2
1
vote
2 answers
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 interface IAgent
{
public string ID { get; }
…

Vector Zita
- 2,372
- 8
- 19