paper-with-me

Papers

Tournament versus Circulant: On Simulating 7-Species Evolutionary Spatial Cyclic Games with Ablated Predator-Prey Networks as Models of Biodiversity

2024-10-04 · Dave Cliff

Computer simulations of minimal population-dynamics models have long been used to explore questions in ecosystems coexistence and species biodiversity, via simple agent-based models of three interacting species, referred to as $R$, $P$, and $S$, and where individual agents compete with one another in predator/prey contests that are determined by the cyclic dominance rules of the Rock-Paper-Scissors game. Recent publications have explored the dynamics of five-species models, based on the Rock-Paper-Scissors-Lizard-Spock (RPSLS) game. A 2022 paper by Zhong et al. reported simulation studies of species coexistence in spatial RPSLS systems in which one or more directed edges are ablated from the five-vertex tournament digraph defining the RPSLS game: Zhong et al. showed that the ablation of a single inter-species interaction can lead to a collapse in biodiversity. In this paper I present first results from simulation studies of evolutionary spatial cyclic games where there are seven species, but where each species is still in its own local five-species RPSLS-like interaction network: the dominance networks I use for this are a subset of the $n$-node $k$-regular circulant digraphs $D(n,\Omega)$ for odd-numbered $n$ and $|\Omega|=2$. My results indicate that Zhong et al.'s results are due to the specific fully-connected tournament dominance network used in their RPSLS model: when other, equally realistic, RPSLS-style dominance networks are used instead, no such sudden collapse in biodiversity occurs. The Python source-code used for the work reported here is freely available on GitHub.

📄 PDF Abstract BibTeX arXiv:2410.03518

Code (1)

davecliff/escg_python 공식 구현

Similar Papers 제목 키워드 기반

Exact Simulation of Noncircular or Improper Complex-Valued Stationary Gaussian Processes using Circulant Embedding

2016-05-17 · Adam M. Sykulski, Donald B. Percival

This paper provides an algorithm for simulating improper (or noncircular) complex-valued stationary Gaussian processes. The technique utilizes recently developed methods for multivariate Gaussian processes from the circu…

Gaussian Processes

Investigating the Parameter Space of Evolutionary Algorithms

2017-06-13 · Moshe Sipper, Weixuan Fu, Karuna Ahuja, Jason H. Moore

The practice of evolutionary algorithms involves the tuning of many parameters. How big should the population be? How many generations should the algorithm run? What is the (tournament selection) tournament size? What pr…

Evolutionary Algorithms

On Proportions of Fit Individuals in Population of Evolutionary Algorithm with Tournament Selection

2015-07-29 · Anton Eremeev

In this paper, we consider a fitness-level model of a non-elitist mutation-only evolutionary algorithm (EA) with tournament selection. The model provides upper and lower bounds for the expected proportion of the individu…

CATArena: Evaluating Evolutionary Capabilities of Code Agents via Iterative Tournaments

2025-10-30 · Lingyue Fu, Xin Ding, Linyue Pan, Yaoming Zhu 외 arxiv

Current evaluation for Large Language Model (LLM) code agents predominantly focus on generating functional code in single-turn scenarios, which fails to evaluate the agent's capability for continuous code optimization an…

Competition, Trait Variance Dynamics, and the Evolution of a Species' Range

2021-04-13 · Farshad Shirani, Judith R. Miller

Geographic ranges of communities of species evolve in response to environmental, ecological, and evolutionary forces. Understanding the effects of these forces on species' range dynamics is a major goal of spatial ecolog…