论文

Fully agent based modellings of epidemic spread using AnyLogic


The problem that we are going to conquer subsequently is a slight modification of the ARGESIM Comparison 17. This comparison does ask for the simulation of a SIR-type epidemic by means of lattice gas cellular automata (LGCA). At the end of this paper we will compare the outcome of such an approach with our ABS-result. The task is to model a SIR-type epidemic, an epidemic simplified in several ways. For example we assume a constant population over the whole simulation, thus no births or deaths...

Heterogeneity and network structure in the dynamics of diffusion


When is it better to use agent-based (AB) models, and when should differential equation (DE) models be used? Whereas DE models assume homogeneity and perfect mixing within compartments, AB models can capture heterogeneity across individuals and in the network of interactions among them. AB models relax aggregation assumptions, but entail computational and cognitive costs that may limit sensitivity analysis and model scope. Because resources are limited, the costs and benefits of such disaggregation should guide the choice of models for policy analysis. Using contagious disease as an example, we contrast the dynamics of a stochastic AB model with those of the analogous deterministic compartment DE model. We examine the impact of individual heterogeneity and different network topologies, including fully connected, random, Watts-Strogatz small world, scale-free, and lattice networks. Obviously, deterministic models yield a single trajectory for each parameter set, while stochastic models yield a distribution of outcomes.

How to build a combined agent based / system dynamics model in AnyLogic


  AnyLogic allows you to build a simulation model using multiple methods: System Dynamics, Agent Based and Discrete Event (Process‐centric) modeling. Moreover, you can combine different methods in one model: put agents into an environment whose dynamics is defined in SD style, use process diagrams or SD to define internals of agents, etc, etc. Any kind of mixed architecture is possible due to flexible object‐oriented AnyLogic modeling language. The choice of model architecture (how to partition...