CRAFTY Component-Based Role Agents (CoBRA) in continuing development of the CRAFTY CoBRA Impressions model in 2020.
See documentation for more information.
The base configuration is:
- startTick: 2010
- endTick: ?
- world: EU28
- scenario: base01
- FRs: ?
- BTs: Pseudo
- Preferences: ?
- Capitals: Cprod, Fprod, Infra, Lprod, Nat, Econ (?)
- Services: Meat, Cereal, Recreation, Timber
There are some R scripts that ease the creation of configuration file from templates. These can be run all at once by executing './config/R/base01/createbatch/createWorld.R The scripts in './config/R/base01/createbatch/' can be copied to another subfolder, e.g. './config/R/base02' and adjusted to create another set of scenarios.
NOTE: the simp configuration must be correct before the scripts may be applied (e.g., simp$mdata$aftNames)
Agenda for defining agent types:
- Adapt '/config/R/simp-machine_cluster.R' (consider to rename it) and execute
- Configure 'simp$mdata$aftNames' ('./config/R/simpBasic.R')
- Configure './data/agents/FunctionalRoles.xml'
- Define properties in './data/agents/template/AFT.csv'
- Run './config/R/base01/createbatch/createWorld.R' (calls 'createAftParamCSV.R' and 'create1by1RunCSV.R')
- Define production in './data/production/.csv'
- CRAFTY-CoBRA currently issues a number of warnings from LEventbus. They basically mean that decision making processes are triggered, but no actual decision for that trigger configured. In most cases the warnings can be ignored.
The folder ./config/R contains templates to aggregate and visualise simulation output data with R. See crafty wiki for details.