Dynamic agent composition for large-scale agent-based models
Authored by Fanny Boulaire, Mark Utting, Robin Drogemuller
Date Published: 2015
DOI: 10.1186/s40294-015-0007-2
Sponsors:
No sponsors listed
Platforms:
No platforms listed
Model Documentation:
UML
Other Narrative
Flow charts
Model Code URLs:
Model code not found
Abstract
Purpose: This paper describes dynamic agent composition, used to support
the development of flexible and extensible large-scale agent-based
models (ABMs). This approach was motivated by a need to extend and
modify, with ease, an ABM with an underlying networked structure as more
information becomes available. Flexibility was also sought after so that
simulations are set up with ease, without the need to program.
Methods: The dynamic agent composition approach consists in having
agents, whose implementation has been broken into atomic units, come
together at runtime to form the complex system representation on which
simulations are run. These components capture information at a fine
level of detail and provide a vast range of combinations and options for
a modeller to create ABMs.
Results: A description of the dynamic agent composition is given in this
paper, as well as details about its implementation within MODAM (MODular
Agent-based Model), a software framework which is applied to the
planning of the electricity distribution network. Illustrations of the
implementation of the dynamic agent composition are consequently given
for that domain throughout the paper. It is however expected that this
approach will be beneficial to other problem domains, especially those
with a networked structure, such as water or gas networks.
Conclusions: Dynamic agent composition has many advantages over the way
agent-based models are traditionally built for the users, the
developers, as well as for agent-based modelling as a scientific
approach. Developers can extend the model without the need to access or
modify previously written code; they can develop groups of entities
independently and add them to those already defined to extend the model.
Users can mix-and-match already implemented components to form
large-scales ABMs, allowing them to quickly setup simulations and easily
compare scenarios without the need to program. The dynamic agent
composition provides a natural simulation space over which ABMs of
networked structures are represented, facilitating their implementation;
and verification and validation of models is facilitated by quickly
setting up alternative simulations.
Tags
Simulation
systems
Platforms