|
15 | 15 | Axelrod
|
16 | 16 | =======
|
17 | 17 |
|
18 |
| -A repository with the following goals: |
| 18 | +A library with the following principles and goals: |
19 | 19 |
|
20 |
| -1. To enable the reproduction of previous Iterated Prisoner's Dilemma research as easily as possible. |
21 |
| -2. To produce the de-facto tool for any future Iterated Prisoner's Dilemma research. |
22 |
| -3. To provide as simple a means as possible for anyone to define and contribute |
| 20 | +1. Enabling the reproduction of previous Iterated Prisoner's Dilemma research |
| 21 | +as easily as possible. |
| 22 | +2. Creating the de-facto tool for future Iterated Prisoner's Dilemma |
| 23 | +research. |
| 24 | +3. Providing as simple a means as possible for anyone to define and contribute |
23 | 25 | new and original Iterated Prisoner's Dilemma strategies.
|
| 26 | +4. Emphasizing readability along with an open and welcoming community that |
| 27 | +is accommodating for developers and researchers of a variety of skill levels |
24 | 28 |
|
25 |
| -**Please contribute strategies via pull request (or just get in touch |
26 |
| -with us).** |
| 29 | +Currently the library contains well over 100 strategies and can perform a |
| 30 | +variety of tournament types (RoundRobin, Noisy, Spatially-distributed, and |
| 31 | +probabilistically ending) and population dynamics while taking advantage |
| 32 | +of multi-core processors. |
| 33 | + |
| 34 | + |
| 35 | +**Please contribute via pull request (or just get in touch with us).** |
27 | 36 |
|
28 | 37 | For an overview of how to use and contribute to this repository, see the
|
29 | 38 | documentation: http://axelrod.readthedocs.org/
|
@@ -91,8 +100,7 @@ at http://axelrod-tournament.readthedocs.org.
|
91 | 100 | Contributing
|
92 | 101 | ============
|
93 | 102 |
|
94 |
| -All contributions are welcome, with a particular emphasis on |
95 |
| -contributing further strategies. |
| 103 | +All contributions are welcome! |
96 | 104 |
|
97 | 105 | You can find helpful instructions about contributing in the
|
98 | 106 | documentation:
|
|
0 commit comments