Genetic Iterated Prisoners' Dilemma Model
You need to have RePast installed in order to run this model.
- Download and extract the content of the geneipd.zip into your project directory (compmodels).
- Within IntelliJ IDEA, go to File->Settings->Paths and click on the button to add a module. Select to import and existing module and specify geneipd/GeneIPD.iml.
- Go to Run->Edit Configurations and create two application definitions with the following settings (the most important value is the main class, which define the entry point to the program; in this case this is ch.ethz.icr.tutorial.geneipd.ModelGUI and ch.ethz.icr.tutorial.geneipd.ModelBatch and to set the working directory to the geneipdipd/dataset/ subdirectory).