项目作者: marcharper

项目描述 :
Computes trajectories for evolutionary dynamics.
高级语言: Python
项目地址: git://github.com/marcharper/pyed.git
创建时间: 2012-08-22T23:07:57Z
项目社区:https://github.com/marcharper/pyed

开源协议:MIT License

下载


pyed

pyed is a python package to compute trajectories of evolutionary dynamics
on Riemannian geometries and with momentum. For example, the library can be used to generate
phase portraits of discrete replicator equations with various parameters, and generalizations.

Examples

The tests and examples.py file contain several examples. There is also a
jupyter notebook
that produces several example trajectories:














Tests

This repository uses pytest. You can run the tests from the command line with

  1. pytest

in the root level directory of the repository.

Repository history

This repository was originally named metric-incentive-dynamics and located at
https://github.com/marcharper/metric-incentive-dynamics
containing code to compute plots for a publication. See the archived readme
for more information. The code was extended to support momentum and made into an installable
python package in the current repository.