Module cisat::abm[][src]

This module contains the core agent-based model implementation for CISAT, including

  • Agents
  • Teams (sets of agents)
  • Cohorts (sets of teams)

Modules

agent

This module contains the Agent class, the fundamental building block of CISAT

cohort

This module contains the Cohort class, a container for multiple Teams

team

This module contains the Team class, a set of interacting Agents