This model presents a way to study the evolution of collective intelligence through the analisys of structural properties in a network formed by the relation between people in a wiki. Two people relate each other if they edit the same document in the wiki.
The first thing you need to do is configure an experiment, you can do it by two ways:
Instructions here, sections Managing experiment setups and Setting up experiments in XML respectively.
Then run the experiments. For large numbers we recomend run the model from the command line.
./netlogo-headless.sh --model <path> --experiment <name>
or
./netlogo-headless.sh --model <path> --setup-file <path> --experiment <name>
Finally run the Mathematica file to get the measures and resulting graphs.
.
├── modelo.nlogo The model
├── otherModels Models used for comparations
│ ├── randomNetwork.nb
│ └── randomNetwork.nlogo
├── README.md This file
└── training Files with differents test
├── testConection.nb -Testing the connection with netlogo
└── testGraphsAndData.nb -Testing some graphs