Vince Knight

Results 118 comments of Vince Knight

> run the sample tournaments, ideally including some newer versions like a spatial tournament or Moran process The difficulty here is the lack of an API for archiving (zenodo) the...

Info about the citation.cff file format here: https://citation-file-format.github.io

Thanks for hunting this down @marcharper, looks good. :+1:

@marcharper I think the latest release of mypy might have the fix but I'm not sure, I've tried running things locally: ``` $ mypy --ignore-missing-imports --follow-imports skip -m axelrod ```...

> Errors are reported with mypy --ignore-missing-imports -m axelrod Ah, but errors are reported there on `master` as is. So there's no command we can currently run that will run...

> I would like to assist in this issue, could you give me more information on what you need? Hi @nadia39 great to have you assist! If you take a...

Hi @danilobellini! Great use of the library :+1: I've grabbed these screenshots from https://ncase.me/trust/: ![screenshot from 2018-11-20 09-16-28](https://user-images.githubusercontent.com/2131546/48763829-05277b80-eca6-11e8-9255-84caa7a1221f.png) ![screenshot from 2018-11-20 09-13-52](https://user-images.githubusercontent.com/2131546/48763830-05277b80-eca6-11e8-86bf-bf5426c4943e.png) I don't immediately believe those strategies are implemented...

This all sounds very good. > * introduce an ABC chain of Player --> MutablePlayer --> IPDPlayer (and soon UltimatumPlayer) Could the `MutablePlayer` class not just be the base class?...