Type: Package
Package: ABM
Title: Agent Based Model Simulation Framework
Version: 0.3
Date: 2023-03-09
Authors@R: 
    person("Junling", "Ma", , "junlingm@uvic.ca", role = c("aut", "cre"))
Description: A high-performance, flexible and extensible framework to
    develop continuous-time agent based models. Its high performance
    allows it to simulate millions of agents efficiently. Agents are
    defined by their states (arbitrary R lists). The events are handled in
    chronological order. This avoids the multi-event interaction problem
    in a time step of discrete-time simulations, and gives precise
    outcomes. The states are modified by provided or user-defined events.
    The framework provides a flexible and customizable implementation of
    state transitions (either spontaneous or caused by agent
    interactions), making the framework suitable to apply to epidemiology
    and ecology, e.g., to model life history stages, competition and
    cooperation, and disease and information spread. The agent
    interactions are flexible and extensible. The framework provides
    random mixing and network interactions, and supports multi-level
    mixing patterns.  It can be easily extended to other interactions such
    as inter- and intra-households (or workplaces and schools) by
    subclassing an R6 class. It can be used to study the effect of
    age-specific, group-specific, and contact- specific intervention
    strategies, and complex interactions between individual behavior and
    population dynamics. This modeling concept can also be used in
    business, economical and political models. As a generic event based
    framework, it can be applied to many other fields. More information
    about the implementation and examples can be found at
    <https://github.com/junlingm/ABM>.
License: GPL (>= 2)
URL: https://github.com/junlingm/ABM
BugReports: https://github.com/junlingm/ABM/issues
Imports: R6, Rcpp
LinkingTo: Rcpp
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-03-24 19:34:53 UTC; jma
Author: Junling Ma [aut, cre]
Maintainer: Junling Ma <junlingm@uvic.ca>
Repository: CRAN
Date/Publication: 2023-03-24 19:50:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 14:07:13 UTC; windows
Archs: i386, x64
