Skip to content

Commit

Permalink
Adapt configurations and add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed May 13, 2024
1 parent 2063354 commit 73a8c21
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions reaction_diffusion_dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
feed_rate = 0.008
kill_rate = 0.046
elif gs_type == "beta":
feed_rate = 0.016
kill_rate = 0.040
feed_rate = 0.020
kill_rate = 0.046
elif gs_type == "gamma":
feed_rate = 0.024
kill_rate = 0.056
Expand All @@ -122,9 +122,11 @@
feed_rate = 0.02
kill_rate = 0.056
elif gs_type == "zeta":
# Does not seem to work
feed_rate = 0.024
kill_rate = 0.06
elif gs_type == "eta":
# Does not seem to work
feed_rate = 0.036
kill_rate = 0.063
elif gs_type == "theta":
Expand All @@ -134,12 +136,14 @@
feed_rate = 0.05
kill_rate = 0.0605
elif gs_type == "kappa":
feed_rate = 0.04
feed_rate = 0.052
kill_rate = 0.063
elif gs_type == "lambda":
# Does not seem to work
feed_rate = 0.036
kill_rate = 0.0655
elif gs_type == "mu":
# Does not seem to work
feed_rate = 0.044
kill_rate = 0.066

Expand Down

0 comments on commit 73a8c21

Please sign in to comment.