Skip to main content

Table 4 Coding Example of Ecosystem Based Solution

From: Eco-evolutionary dynamics, coding structure and the information threshold

predator

scavenger

((* x (* x (+ y x))))

((* y (+ (* y (+ (* y y) y)) y)))

((* (+ (* (+ (* y y) y) y) y) y))

((* (+ y x) (* x x)))

  1. Example of evolved ecosystem based solution for the longest evolutionary target used: f(x, y) = y4 + x3 + y3 + y * x2 + y2. These predator-scavenger combinations can feed perfectly on all possible prey in the model universe.