New strategies and minor changes to the test suite
Here are all the commits for this PR:
https://github.com/Axelrod-Python/Axelrod/compare/v1.0.1...v1.1.0
This introduces various new strategies to the library:
- Adaptive
- Handshake
- CyclerDC and CyclerDDC (used in the literature)
- 8 Finite State Machine strategies: Fortress3, Fortress4, Predator,
Raider, Ripoff, SolutionB1, SolutionB5, Thumper
This version also includes a minor change to the test suite: shortening the size
of the tournaments being run in the integration tests.
Here is the PR that incorporated all of the above:
https://github.com/Axelrod-Python/Axelrod/pull/591