Implementation and description of experiments for three-way opinion spread model based on the three channels of virus propagation.
The repository contains the following files:
v3w.netlogo
- model in NetLogo (tested with version 6.2.1)run.sh
- cotroller for running the experiements, it will run the apopriate experiements fromexperiments.xml
(see below,make_links.sh
- script for creating symbolik links for running headless NetLogo experiments,expName.csv
- files with data obtained from expName experiment, created after running the experimentexpName-*.py
- plotter files for data from expName, which might be based on data from several experiments.
Note:
- All experiments were executed on Linux machines (Ubuntu 20.04 or 22.04),
- To run scripts controlling the experiments
netlogo-headless.sh
must be in your $PATH. - Model can be also obtained from Modeling Commons at http://www.modelingcommons.org/browse/one_model/6946
To run one of the experiements described in experiements.xml
, execute
make_links.sh
script. It will result in a number of symbolic links,
corresponding to the sections of XML file describing the experiments. Running
any of the scripts will start the corresponding experiement, eg.
./exp7-realizations.sh
The presented results were published in
K. Domino, J.A. Miszczak, Will you infect me with your opinion?, Physica A: Statistical Mechanics and its Applications Vol. 608 (2022), 128289 DOI:10.1016/j.physa.2022.128289 arXiv:2208.13426
@article{domino2022will,
title = {Will you infect me with your opinion?},
author = {Domino, Krzysztof and Miszczak, Jaroslaw Adam},
journal = {Physica A: Statistical Mechanics and its Applications},
pages = {128289},
year = {2022},
doi = {10.1016/j.physa.2022.128289}
}