Vince Knight
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/:   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?...
Sounds good to me @marcharper.