Skip to content
Ali Reza edited this page Sep 27, 2016 · 8 revisions

The code of each experiment along with it's generated data are in a separate folder named as the title of that experiment in negative-payoff/Experiments directory.

To Run a particular Experiment:

  1. import the experiment source code in Code tab
  2. Change the location of generated data if necessary
  3. Uncomment your desired setting of the experience in the experiment source code
  4. change the name of the breeds to the ones in experiment in plot.nls (https://github.com/alirezafarid/network-simulation/blob/master/Version%201/Negative-Payoff/plot.nls#L8-L9)
  5. Select Behavioural Space from tools section. Select RunMultipleTimes. And run the experiment. This would run the experiment 10 times, with the seeds 100, 200, ... 1000.

Clone this wiki locally