Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated build badge and library info
  • Loading branch information
Socrats committed Nov 24, 2020
1 parent 99c2c42 commit 9170629
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@

[![DOI](https://zenodo.org/badge/242180332.svg)](https://zenodo.org/badge/latestdoi/242180332)
[![Documentation Status](https://readthedocs.org/projects/egttools/badge/?version=latest)](https://egttools.readthedocs.io/en/latest/?badge=latest)
![build](https://github.com/Socrats/EGTTools/workflows/build/badge.svg)

**EGTtools** provides a centralized repository with analytical
and numerical methods to study/model game theoretical problems under the Evolutionary
Game Theory (EGT) framework.

This library is implemented both in Python and C++ (with Python bindings) in order to
provide optimized computational methods that can run in parallel in a reasonable time.
This library is composed of two parts:
- a set of analytical methods implemented in Python 3
- a set of computational methods implemented in C++ with (Python 3 bindings)

The second typed is used in cases where the state space is two big to solve analytically, and thus require estimating the model parameters through monte-carlo simulations. The C++ implementation provides optimized computational methods that can run in parallel in a reasonable time, while Python bindings make the methods easily accecible to a larger range of researchers.

To install all required packages run:

Expand Down Expand Up @@ -54,4 +58,4 @@ You may cite this repository in the following way:
howpublished = {\url{https://github.com/Socrats/EGTTools}},
doi = {10.5281/zenodo.3687125}
}
```
```

0 comments on commit 9170629

Please sign in to comment.