Actions

WikiPeerCode: Difference between revisions

From Santa Fe Institute Events Wiki

No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
Jack Waddell at June 17, at 5:20pm, for instance, is indicated <font color=green>(JNW:0617-1720)</font>.
Jack Waddell at June 17, at 5:20pm, for instance, is indicated <font color=green>(JNW:0617-1720)</font>.


* [[RepMod.java.wp]]    : The main model <font color=green>(APBS:0618-2315)</font>
* [[RepMod.java.wp]]    : The main model <font color=green>(JNW:0622-1640)</font>
* [[CustomNode.java.wp]] : The agent class. <font color=green>(JNW:0618-1355)</font>
* [[CustomNode.java.wp]] : The agent class. <font color=green>(JNW:0622-1640)</font>
* [[CustomEdge.java.wp]] : The edge class. <font color=green>(JNW:0619-0850)</font>
* [[CustomEdge.java.wp]] : The edge class. <font color=green>(JNW:0622-1640)</font>
* [[Network.java.wp]]    : The class that initializes the network. <font color=green>(JNW:0617-1720)</font>
* [[Network.java.wp]]    : The class that initializes the network. <font color=green>(JNW:0617-1720)</font>
* [[GUIModel.java.wp]]  : The GUI for the model <font color=green>(APBS:0618-2315)</font>
* [[GUIModel.java.wp]]  : The GUI for the model <font color=green>(APBS:0618-2315)</font>
* [[BatchModel.java.wp]] : The batch organizer for the model <font color=green>(JNW:0618-1355)</font>
* [[BatchModel.java.wp]] : The batch organizer for the model <font color=green>(JNW:0618-1355)</font>
* [[ModelParameters.java.wp]] :The base for the model (slightly modified from Rick's) <font color=green>(JNW:0612-0000)</font>
* [[ModelParameters.java.wp]] :The base for the model (slightly modified from Rick's) <font color=green>(JNW:0612-0000)</font>
Local ("subjective") opinion feedback fork:
* [[RepMod.java.2.wp]]  : The main model <font color=green>(APBS:0626-2214)</font>
* [[CustomNode.java.2.wp]]  : The agent class <font color=green>(APBS:0626-2214)</font>
* (rest are the same)




* --CompNodeRep.java--  : Out moded. The comparator for sorting by reputation. Absorbed as inner class into RepMod
* --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.
* --GameMaster.java.wp-- : Out moded. The class that organizes the votes. Methods absorbed into CustomNode and RepMod.

Latest revision as of 04:18, 27 June 2006

Back to WikiPeer Group

The code for our model. Last modifications indicated in green. Jack Waddell at June 17, at 5:20pm, for instance, is indicated (JNW:0617-1720).

Local ("subjective") opinion feedback fork:


  • --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.