Simple Schelling model

Simple Schelling model

  1. Download and extract the content of the simpleSchelling.zip file into your project directory (compmodels).
  2. 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.
  3. 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.