See: Description
Interface | Description |
---|---|
AgentMixer |
An AgentMixer defines how agents in the population interact with each other
during the course of the simulation.
|
Class | Description |
---|---|
FullAgentMixer |
Every agent interacts with every other agent.
|
FullPairwiseAgentMixer |
Every pair of agents interacts with each other.
|
FullRandomArrivalAgentMixer | |
RandomArrivalAgentMixer |
With this mixer, on any given time step an agent arrival event is generated
with a given probability.
|
RandomRobinAgentMixer |
All agents arrive simultaneously at the simulation.
|
StochasticPairwiseAgentMixer | |
SubgroupAgentMixer |
Copyright © 2014. All rights reserved.