sim.app.schelling.index.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mason Show documentation
Show all versions of mason Show documentation
MASON is a fast discrete-event multiagent simulation library core in Java, designed to be the foundation for large custom-purpose Java simulations, and also to provide more than enough functionality for many lightweight simulation needs. MASON contains both a model library and an optional suite of visualization tools in 2D and 3D.
The newest version!

Schelling Segregation
By Sean Luke
A variation of Thomas Schelling's Segregation Model. We model two groups of people: Red and Blue. Each person prefers that there be at least threshold number of like-colored people living within neighborhood distance away from him. If this is not the case, he will get up and move to another location. In our version of the model, when a person wishes to move, he picks a random empty location to move to. The model also includes uninhabitable gray areas. See the Models tab to adjust these parameters.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy