drvinceknight / Nashpy

A python library for 2 player games.
http://nashpy.readthedocs.io
MIT License
330 stars 70 forks source link

Implement asymmetric replicator dynamics #95

Closed drvinceknight closed 3 years ago

drvinceknight commented 3 years ago

@katiemcgoldrick implemented replicator dynamics in #93

This carries out single population replicator dynamics on a single population.

It would be nice to add a 2 population model similar to what is described in On evolutionarily stable strategies and replicator dynamics in asymmetric two-population games.

drvinceknight commented 3 years ago

Evolutionarily_Stable_Strategies_and_Replicator_Dy.pdf

MichalisPanayides commented 3 years ago

Successfully implemented this in #97. The issue can be closed.

drvinceknight commented 3 years ago

Closed by #97