Skip to content

Commit

Permalink
Merge pull request #191 from Apm0816/main
Browse files Browse the repository at this point in the history
Adding randomized and normalized initialization of the PGG donation rate
  • Loading branch information
anyaevostinar committed Oct 20, 2022
2 parents c646523 + 5e66a3b commit 1d8ab3d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions SymSettings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,15 @@ set PHAGE_EXCLUDE 0 # Do phage have a decreased chance of getting into th
### PGG ###
# Public Goods Game Settings

set PGG_DONATE 0 # Ratio of symbionts‘ energy to PGG pool that experiment should start with
set PGG 0 # whether have social goods game among syms
set PGG_SYNERGY 1.1 # Amount symbiont's returned resources should be multiplied by when doing PGG
set PGG_DONATE 0 # Ratio of symbionts‘ energy to PGG pool that experiment should start with
set PGG 0 # whether have social goods game among syms
set PGG_SYNERGY 1.1 # Amount symbiont's returned resources should be multiplied by when doing PGG
set PGG_DONATE_RANDOM 0 # whether the initialization of the donation rate is randomized
set PGG_DONATE_MAX 1.0 # Max value of the donation rate during initialization
set PGG_DONATE_MIN 0.0 # Min value of the donation rate during initialization
set PGG_DONATE_NORMAL 1 # whether the initialization of the donation rate is randomized using a normal distribution
set PGG_DONATE_NORMAL_MEAN 0.5 # Mean of the normal distribution used during the initialization of the donation rate
set PGG_DONATE_NORMAL_STD 0.167 # Standard deviation of the normal distribution used during the initialization of the donation rate

### DTH ###
# Settings for the Dirty Transmission Hypothesis
Expand Down

0 comments on commit 1d8ab3d

Please sign in to comment.