The evolutionary dynamics are governed by the following replicator equations: $$\dot{x} = x(x-1)\left[p(B+M)(y+z) - 2pM - L + C_g\right]$$ $$\dot{y} = y(1-y)\left[p(B ...
├── README.md ├── LICENSE └── Simulation code/ ├── func.m # Core ODE — tripartite replicator dynamics ├── initial_state.m # Figure 1: sensitivity to initial strategy probabilities + 3D phase portrait ...