A java-based Agent-Based Modeling Toolkit
This is a repository that stores a modified version of MASON and MASON+9.
MASON belongs to George Mason University: https://cs.gmu.edu/~eclab/projects/mason/
MASON+9 belongs to Prof. Jeff Schank, UC Davis Department of Psychology. https://psychology.ucdavis.edu/people/jcschank
- Removed components that uses Java3D from MASON. Now the program will build correctly with only Java.
- The GUI will now render configs in alphabetical order.
- Visual Studio Code - Java Extension Pack
- Java Development Kit 17
Eclipse and some older version of Java (above 8) should still work with these codes.
-
To download the project, on this page, code -> download ZIP
-
unzip both MASON and MASONplus9 to your favorite location
-
Create a java project, and configure the classpath to use MASON and MASON+9
A template project repository with instructions for Visual Studio Code.