Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite how the reset method work #7

Closed
JasYoung315 opened this issue Feb 19, 2015 · 0 comments
Closed

Rewrite how the reset method work #7

JasYoung315 opened this issue Feb 19, 2015 · 0 comments

Comments

@JasYoung315
Copy link
Contributor

Have players have a reset method and just replace the relevant reset methods in the tournament.

drvinceknight added a commit that referenced this issue Aug 25, 2017
This means you can more easily change font size etc.
drvinceknight pushed a commit that referenced this issue Aug 25, 2017
* Implement transitive fingerprint

Transitive fingerprints give us another fingerprint
for the library. Is showing the cooperation rate
of a strategy against a set of opponents over the turns.

The default opponents are a list of random player with
increasing cooperation probability.

This is an implementation of fingerprints
similar to the ones used in:

- https://arxiv.org/abs/1707.06920
- https://arxiv.org/abs/1707.06307

- write tests for transitive fingerprint
- Write docstrings.
- Add documentation for transitive fingerprints
- Remove the optional matplotlib check: This was already removed elsewhere with bc952f4

* corrected typos

* fix fingerprints to fingerprint

* Add better ylabel for defaults.

* Update plot for docs.

* Add ability to pass an axes to the plot. (#7)

This means you can more easily change font size etc.

* Implement transitive fingerprint

Transitive fingerprints give us another fingerprint
for the library. Is showing the cooperation rate
of a strategy against a set of opponents over the turns.

The default opponents are a list of random player with
increasing cooperation probability.

This is an implementation of fingerprints
similar to the ones used in:

- https://arxiv.org/abs/1707.06920
- https://arxiv.org/abs/1707.06307

- write tests for transitive fingerprint
- Write docstrings.
- Add documentation for transitive fingerprints
- Remove the optional matplotlib check: This was already removed elsewhere with bc952f4

* corrected typos

* fix fingerprints to fingerprint

* Add better ylabel for defaults.

* Update plot for docs.

* fix typos pointed by Marc

* replace docstrings full word to py function

* rename number_opponents/ number_of_opponents

* Change default repetitions to 1000.

* Run smaller image to correct repetitions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants