EvoLudoLab: Continuous Snowdrift Game - Repellor
Color code: | Maximum | Minimum | Mean |
---|
Investments: | Minimum Maximum
|
---|
Payoffs & Densities: | Low High
|
---|
Continuous Snowdrift game: Repellor
In this scenario, selection and mutation drives the population away from the singular strategy
The parameters are set to
Data views
Snapshot of the spatial arrangement of strategies. | |
3D view of snapshot of the spatial arrangement of strategies. | |
Time evolution of the strategy frequencies. | |
Snapshot of strategy distribution in population | |
Time evolution of the strategy distribution | |
Snapshot of the spatial distribution of payoffs. | |
3D view of snapshot of the spatial distribution of payoffs. | |
Time evolution of average population payoff bounded by the minimum and maximum individual payoff. | |
Snapshot of payoff distribution in population. | |
Degree distribution in structured populations. | |
Message log from engine. |
Game parameters
The list below describes only the few parameters related to the continuous snowdrift game. Follow the link for a complete list and descriptions of all other parameters e.g. referring to update mechanisms of players and the population.
- --benefitfcn <f1[,f2[...]]>
- benefit function for each trait:
- 0:
- benefits linear in opponents investment
. - 1:
- benefits quadratic in opponents investment
. - 2:
-saturating benefits for opponents investment- 3:
-saturating benefits for opponents investment- 4:
-saturating benefits for opponents investment- 10:
- benefits linear in joint investments
. - 11:
- benefits quadratic in joint investments
(default). - 12:
-saturating benefits for joint investments- 13:
-saturating benefits for joint investments- 14:
-saturating benefits for joint investments- 20:
- benefits linear in investments
and as well as cross term . - 30:
- benefits linear in own investments
. - 31:
- benefits quadratic in own investments
. - 32:
- benefits cubic in own investments
.
- 0:
- --benefitparams <b0>[,<b1>[...[;<b'0>[,<b'1>[...]]]]]
- parameters
for benefit function of each trait. - --costfcn <f1[,f2[...]]>
- cost function for each trait:
- 0:
- costs linear in own investment
. - 1:
- costs quadratic in own investment
(default). - 2:
-saturating costs for own investment- 3:
-saturating costs for own investment- 4:
-saturating costs for own investment- 10:
- costs linear in joint investments
. - 11:
- costs quadratic in joint investments
. - 12:
- costs cubic in joint investments
. - 13:
- costs quartic in joint investments
. - 20:
- costs linear in investments
and as well as cross term .
- 0:
- --costparams <c0>[,<c1>[...[;<c'0>[,<c'1>[...]]]]]
- parameters
for cost function of each trait. - --init <m[,s]>
- Initial configuration with mean trait m and standard deviation s (or mutant trait, see --inittype).
- --inittype <t>
- type of initial configuration:
- uniform
- uniform trait distribution.
- mono
- monomorphic trait distribution for mean trait (see --init <m[,s]>).
- gaussian
- Gaussian trait distribution with mean m and standard deviation s (see --init <m,s>).
- delta
- mutant with trait s in monomorphic population with trait m (see --init <m,s>).