diff --git a/vortrag/chemodiversity.html b/vortrag/chemodiversity.html
index 52ba792..883d78c 100644
--- a/vortrag/chemodiversity.html
+++ b/vortrag/chemodiversity.html
@@ -389,16 +389,18 @@
- All using the example-environment shown before
-- 27 different compounds, 1 Nutrient (simulating the primary metabolism)
-- 7 of 27 compounds are toxic
-- at least 3 compounds are needed for total immunity
-- 4 predators
+- \(27\) different compounds, \(1\) Nutrient (simulating the primary metabolism)
+- \(7\) of \(27\) compounds are toxic
+- at least \(3\) compounds are needed for total immunity
+- \(4\) predators set to
AlwaysAttack
-- Duration of 2000 generations
+- Duration of \(2000\) generations
+- \(\text{static_enzyme_cost} = 0.02\)
+- \(\text{nutrient_impact} = 0.1\)
Different setups tested:
-- Behavior of predators (
AlwaysAttack
, AttackRandom
, AttackInterval Int
)
+- Behavior of predators (
AlwaysAttack
, AttackRandom
, AttackInterval 10
, AttackInterval 100
)
- varying \(\text{static_enzyme_cost}\) from \(0.0\) to \(0.20\) in steps of \(0.02\)
- effectively limits the amount of maximal enzymes to \(\frac{1}{\text{static_enzyme_cost}}\)
diff --git a/vortrag/vortrag.md b/vortrag/vortrag.md
index 6d03494..eb8ca5a 100644
--- a/vortrag/vortrag.md
+++ b/vortrag/vortrag.md
@@ -335,19 +335,20 @@ Simulations (cont.)
- General setup of the simulation:
- All using the example-environment shown before
- - 27 different compounds, 1 Nutrient (simulating the primary metabolism)
- - 7 of 27 compounds are toxic
- - at least 3 compounds are needed for total immunity
- - 4 predators
- - Duration of 2000 generations
+ - $27$ different compounds, $1$ Nutrient (simulating the primary metabolism)
+ - $7$ of $27$ compounds are toxic
+ - at least $3$ compounds are needed for total immunity
+ - $4$ predators set to `AlwaysAttack`{.haskell}
+ - Duration of $2000$ generations
+ - $\text{static_enzyme_cost} = 0.02$
+ - $\text{nutrient_impact} = 0.1$
- Different setups tested:
- - Behavior of predators (`AlwaysAttack`{.haskell}, `AttackRandom`{.haskell}, `AttackInterval Int`{.haskell})
+ - Behavior of predators (`AlwaysAttack`{.haskell}, `AttackRandom`{.haskell}, `AttackInterval 10`{.haskell}, `AttackInterval 100`{.haskell})
- varying $\text{static_enzyme_cost}$ from $0.0$ to $0.20$ in steps of $0.02$
- effectively limits the amount of maximal enzymes to $\frac{1}{\text{static_enzyme_cost}}$
- varying $\text{nutrient_impact}$ from $0.0$ to $1.0$ in steps of $0.1$
- makes toxins less/more costly to produce
-
--------------------------------------------------------------------------------
Results