Marc

Results 46 issues of Marc

Re: discussion in #1288, add back in the [code](https://github.com/Axelrod-Python/Axelrod/pull/1288/commits/5128e4d8f6762986e5449564349d8874f7a54802) used for serializing tests and finding new random seeds. Requires using the `attrs` library or the built in dataclasses available in...

- [ ] Create a script or enhancement to [test](https://github.com/Axelrod-Python/Axelrod/blob/master/test) that runs all the same checks as [config.yml](https://github.com/Axelrod-Python/Axelrod/blob/master/.github/workflows/config.yml) - [ ] Pin versions of isort, mypy, etc. in [requirements.txt](https://github.com/Axelrod-Python/Axelrod/blob/master/requirements.txt) so...

In the course of #1288 I added a test for Match reproducibility given a random seed. The strategy Darwin fails this test because it retains history at the class level....

I've been working on a number of separate branches and problems and would like some feedback on a proposal before I sink a lot of time into it. For the...

5.0.0
discussion

This would allow us to evolve a "best" ZD strategy for various objectives, rather than a best memory-one strategy (that may or may not be ZD).

It's currently in the travis config but not in the docs anywhere that I can see. ``` cd docs; make clean; make html ```

Currently the Moran process distributes a population about a graph in sorted node order, which isn't obvious from the API. A user may want more control regarding exactly which strategy...

The properties for cooperations, defections, etc. add a lot of function call overhead that can be removed by changing to player.history.cooperations (and so on). Since this is an API breaking...

5.0.0