Package net.sourceforge.jabm.mixing

This package provides different policies specifying how the agents in the population interact (or "mix") with each other during the course of the simulation.

See:
          Description

Interface Summary
AgentMixer An AgentMixer defines how agents in the population interact with each other during the course of the simulation.
 

Class Summary
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  
 

Package net.sourceforge.jabm.mixing Description

This package provides different policies specifying how the agents in the population interact (or "mix") with each other during the course of the simulation.