An open API service indexing awesome lists of open source software.

https://github.com/angrymaciek/angry-moran-simulator

A general game-theoretical framework to carry out scientific simulations of populations' evolution according to the Moran model 🧮
https://github.com/angrymaciek/angry-moran-simulator

evolutionary-game-theory moran-process population-genetics python python-package

Last synced: 5 months ago
JSON representation

A general game-theoretical framework to carry out scientific simulations of populations' evolution according to the Moran model 🧮

Awesome Lists containing this project

README

          

[![Contribute with Gitpod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/AngryMaciek/angry-moran-simulator)
[![pre-commit](https://img.shields.io/badge/pre--commit-+-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![build](https://github.com/AngryMaciek/angry-moran-simulator/workflows/build/badge.svg?branch=master)](https://github.com/AngryMaciek/angry-moran-simulator/actions?query=workflow%3Abuild)
[![pytest](https://github.com/AngryMaciek/angry-moran-simulator/workflows/pytest/badge.svg?branch=master)](https://github.com/AngryMaciek/angry-moran-simulator/actions?query=workflow%3Apytest)
[![codecov](https://codecov.io/gh/AngryMaciek/angry-moran-simulator/branch/master/graph/badge.svg?token=V9IFEOWN71)](https://codecov.io/gh/AngryMaciek/angry-moran-simulator)
[![flake8](https://github.com/AngryMaciek/angry-moran-simulator/workflows/flake8/badge.svg?branch=master)](https://github.com/AngryMaciek/angry-moran-simulator/actions?query=workflow%3Aflake8)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![CodeFactor](https://www.codefactor.io/repository/github/angrymaciek/angry-moran-simulator/badge)](https://www.codefactor.io/repository/github/angrymaciek/angry-moran-simulator)
[![publish](https://github.com/AngryMaciek/angry-moran-simulator/workflows/publish/badge.svg)](https://github.com/AngryMaciek/angry-moran-simulator/actions?query=workflow%3Apublish)
[![PyPI](https://img.shields.io/badge/pypi-1.1.0-blue)](https://pypi.org/project/moranpycess/)
[![conda](https://anaconda.org/angrymaciek/moranpycess/badges/version.svg)](https://anaconda.org/AngryMaciek/moranpycess)
[![DockerHub](https://img.shields.io/badge/DockerHub-1.1.0-blue)](https://hub.docker.com/r/angrymaciek/moranpycess)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/AngryMaciek/angry-moran-simulator/master?filepath=tests%2Fusecase.ipynb)
[![GitHub issues](https://img.shields.io/github/issues/AngryMaciek/angry-moran-simulator)](https://github.com/AngryMaciek/angry-moran-simulator/issues)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
[![GitHub license](https://img.shields.io/github/license/AngryMaciek/angry-moran-simulator)](https://github.com/AngryMaciek/angry-moran-simulator/blob/master/LICENSE)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.02643/status.svg)](https://doi.org/10.21105/joss.02643)

# Moran [Py]cess

![scheme.svg](images/scheme.svg)

## General information

The following Python package presents a general game-theoretical framework to carry out scientific simulations according to the [Moran model]. Registering distinct types of individuals together with specification of payoffs between them allows to replicate evolution of the population and observe growth dynamics.

For more information please visit the [project's homepage].

[miniconda]: https://docs.conda.io/en/latest/miniconda.html
[Moran model]:
[Python package manager]:
[project's homepage]: