This repository is part of the master's thesis Mastering Agent-Based Economics. It is no longer maintained. Please visit its fork https://github.com/meisserecon/agentecon for the latest results.
Results can be browsed online on http://master.agentecon.com/sim.html?id=Smoothing
Run class com.agentecon.sim.config.SavingConsumerConfiguration to get output.txt which can be used to generate charts smoothing2.pdf and pizzaincarnation.pdf.
###General instructions
In order to modify and run the model yourself, you should follow these steps:
- Make sure a git client is installed. I am using SourceTree: https://www.sourcetreeapp.com/
- Make sure an IDE for Java is installed. I am using eclipse for Java EE developers, obtainable from https://eclipse.org/downloads/ .
- Add this repository (https://github.com/kronrod/agentecon.git) in your git and checkout the tag or branch from the title.
- Import the project to eclipse. In case you are using a different IDE, make sure to add jar\agenteconinterface.jar and jar\jacop-4.3.0.jar library to the classpath.
- Run the class mentioned above.