File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -211,10 +211,6 @@ class Graaskamp(Player):
211
211
212
212
This is one of the strategies from Robert Axelrod's first tournament and is described in the literature as:
213
213
214
- This strategy came 9th in Axelrod’s original tournament.
215
-
216
- This strategy follows the following rules:
217
-
218
214
1. Plays Tit For Tat for the first 50 rounds;
219
215
2. Defects on round 51;
220
216
3. Plays 5 further rounds of Tit For Tat;
@@ -224,6 +220,8 @@ class Graaskamp(Player):
224
220
tournament called ‘Analogy’ (There is no information about 'Analogy' tournament. Step 5 is not implemented fully.)
225
221
If so it plays Tit For Tat. If not it cooperates and randomly defects every 5 to 15 moves.
226
222
223
+ This strategy came 9th in Axelrod’s original tournament.
224
+
227
225
Names:
228
226
229
227
- Graaskamp: [Axelrod1980]_
You can’t perform that action at this time.
0 commit comments