Base model
From Santa Fe Institute Events Wiki
Back to games and nets group
Here is the java code for the base model.
- CoopNetBlue.java : The main model class. Modified June 14, 2006 by Jack
- ModelParameters.java : The superclass of the model. Allows parameter passing. Probably shouldn't be modified
- CustomNode.java : The agent class. Modified June 14, 2006 by Jack
- CustomEdge.java : The edge class. Modified June 14, 2006 by Jack
- GameMaster.java : The class that runs the games: Modified June 14, 2006 by Jack
- Network.java : The network class. Modified June 14, 2006 by Jack
- GUIModel.java : The GUI extension class of the model. Modified June 14, 2006 by Jack