Marc

Results 45 issues of Marc

CI is broken because sphinx requires docutils >= 0.14 now but we're pinning == 0.12 in config.yaml (and also docutils >= 0.17 in requirements).

ready-to-merge

Some new games to consider supporting, and what the API will look like: * Prisoner's Dilemma variants, e.g. Optional Prisoner's Dilemma, PD with punishment * General asymmetric nxn matrix games,...

5.0.0
discussion

Some of these may be implemented under other names already, please ask if you are unsure! Feel free to add any new ones to the list. Note that we are...

up-for-grabs

So DBS is long run time (thanks @drvinceknight). This is unfortuante since DBS is a very high performing strategy (unlike the meta strategies which are good but not top performers)....

In PR #1364, adding a new strategy tripped some of the tests for the meta strategies because it induces a change in the behavior of those strategies. This is not...

@drvinceknight suggested on #1297: "the main github page for the library might benefit from a light once-over. Maybe move the link to the docs higher, update the maintainers, coverage badge...

* `from_literature` vs. `new_in_axelrod`? * Is main variant (e.g. for the different version of go by majority, retaliate, etc.) * other ideas?

In the course of finding new seeds for many tests for #1288 it occurs to me that we can probably organize these tests in a more useful way. There are...

The Dual transformer used for fingerprinting is quadratic since it flips and unflips the entire history every round. A History class that maintains a flipped history and just swaps the...

It's getting a bit full. Suggestions: - [ ] move the executable scripts into a /bin subdirectory - [ ] rename test to test.sh - [ ] move some of...