A library for the study of cooperative game theory.
Project description
CoopGT
A library for the study of cooperative game theory.
Documentation
Full documentation is available here: http://coopgt.readthedocs.io/ it includes a theory section.
Installation
$ python -m pip install nashpy
Development
Clone the repository and create a virtual environment:
$ git clone https://github.com/drvinceknight/coopgt.git
$ cd coopgt
$ python -m venv env
Activate the virtual environment and install tox
:
$ source env/bin/activate
$ python -m pip install tox
Make modifications.
To run the tests:
$ python -m tox
Code of conduct
In the interest of fostering an open and welcoming environment, all contributors, maintainers and users are expected to abide by the Python code of conduct: https://www.python.org/psf/codeofconduct/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coopgt-0.0.2.tar.gz
(23.8 kB
view hashes)
Built Distribution
coopgt-0.0.2-py3-none-any.whl
(4.3 kB
view hashes)