Simple Schelling model
- Download and extract the content of the simpleSchelling.zip file 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 an existing module and specify simpleSchelling/simpleSchelling.iml.
- Like in the primer1 example, execute the program by right-clicking on the entry class and running the main method. The entry class is Model.