WikiPeerCode
From Santa Fe Institute Events Wiki
Back to WikiPeer Group
- RepMod.java.wp : The main model
- CustomNode.java.wp : The agent class.
- CustomEdge.java.wp : The edge class.
- Network.java.wp : The class that initializes the network.
- GUIModel.java.wp : The GUI for the model
- BatchModel.java.wp : The batch organizer for the model (not yet implemented)
- ModelParameters.java.wp :The base for the model (slightly modified from Rick's)
- --CompNodeRep.java-- : Out moded. The comparator for sorting by reputation. Absorbed as inner class into RepMod
- --GameMaster.java.wp-- : Out moded. The class that organizes the votes. Methods absorbed into CustomNode and RepMod.