Marc
Marc
Now that all strategies can be pickled, we may be able to simplify the match generating code and the batch processing of matches. This may also improve the efficiency of...
As reported in #1246, when navigating through `Insights > Community` Github lists the project as not having a code of conduct, which it does, but not in the expected location....
Although the tournament does play matches for players against (clones of) themselves, this data is excluded from the later rankings and other computations. According to a report on gitter, Axelrod's...
[Edit 2019-08-03] Still available / desired: - [ ] Add Wright-Fisher process as a population dynamic - [ ] Add Link Dynamics / Active linking Moran variants - [ ]...
We could use some more examples and demos in our [notebooks](https://github.com/Axelrod-Python/Axelrod-notebooks) repository. Just advertising for the other repository, please open PRs there.
Now that we're Python 3.5+ exclusive, it's time for [type hints](https://docs.python.org/3/library/typing.html)! Note to contributors: please run mypy on any newly annotated files. After installing with `pip install mypy`, please run:...
Function stack based strategies from "Ashlock, Daniel. "Training function stacks to play the iterated prisoner's dilemma." Computational Intelligence and Games, 2006 IEEE Symposium on. IEEE, 2006."
Binary decision strategies defined in "Varying Decision Inputs in Prisoner’s Dilemma", Barlow and Ashlock 2015
It would be nice to be able to define and execute an external configuration file for running a tournament (not in python), something like: ``` [strategies] Random, 0.4 TitForTat ......