Changes between Version 10 and Version 11 of Grouping


Ignore:
Timestamp:
08/31/11 14:07:53 (21 months ago)
Author:
developer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grouping

    v10 v11  
    1515 
    1616---- 
     17 
    1718== Pairs (E.g. [wiki:ConG_Dilemma Prisoner's Dilemma]) == 
     19 
    1820=== In the config === 
    1921||...||'''groupSize'''||'''matchType'''||...|| 
     
    2123 
    2224=== Mathematically === 
    23 The payoff function for player 2 is a function of player 2's group strategy set and player 3's group strategy set. 
     25The payoff for player 1 is a function of player 1's group strategy set and player 6's group strategy set. 
    2426{{{ 
    2527#!latex 
     
    2931=== Graphically === 
    3032[[Image(pairs.png, 300)]] 
     33 
    3134---- 
     35 
    3236== Single population (E.g. [wiki:Public Public Goods]) == 
     37 
     38=== In the config === 
    3339||...||'''numGroups'''||'''matchType'''||...|| 
    3440||...||1||self||...|| 
     41 
     42=== Mathematically === 
     43The payoff for player 1 is a function of player 1's group strategy set. 
     44{{{ 
     45#!latex 
     46$\pi_1(\{[s_1, s_2, s_3, s_4, s_5, s_6]\})$ 
     47}}} 
     48 
     49=== Graphically === 
    3550[[Image(singlepop.png, 400)]] 
     51 
    3652---- 
     53 
    3754== Two Population (E.g. [wiki:Hawk_Dove Hawk-Dove]) == 
     55=== In the config === 
    3856||...||'''numGroups'''||'''matchType'''||...|| 
    3957||...||2||pair||...|| 
     58 
     59=== Mathematically === 
     60The payoff for player 1 is a function of 2 group strategy sets. 
     61{{{ 
     62#!latex 
     63$\pi_1(\{[s_2, s_4, s_5]\}, \{[s_1, s_6, s_3]\})$ 
     64}}} 
     65 
     66=== Graphically === 
    4067[[Image(twopop.png, 400)]] 
     68 
    4169----