Skip to content

Commit

Permalink
Remove strategies that were assumed implemented.
Browse files Browse the repository at this point in the history
See
Axelrod-Python/axelrod-fortran#31 (comment)

Not I removed the "Work in progress" also because, similarly, that is
being implemented based on the text description in Axelrod's first
paper.
  • Loading branch information
drvinceknight authored and marcharper committed Jul 28, 2017
1 parent eddf7fa commit e8b7383
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/reference/overview_of_strategies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ repository.
"K43R_", "R D Anderson", "Not Implemented"
"K44R_", "W M Adams", "Not Implemented"
"K45R_", "Michael F McGurrin", "Not Implemented"
"K46R_", "Graham J Eatherley", ":class:`Eatherley <axelrod.strategies.axelrod_second.Eatherley>`"
"K46R_", "Graham J Eatherley", "Not Implemented"
"K47R_", "Richard Hufford", "Not Implemented"
"K48R_", "George Hufford", "Not Implemented"
"K49R_", "Rob Cave", "Not Implemented"
Expand All @@ -127,28 +127,28 @@ repository.
"K54R_", "William H Robertson", "Not Implemented"
"K55R_", "Steve Newman", "Not Implemented"
"K56R_", "Stanley F Quayle", "Not Implemented"
"K57R_", "Rudy Nydegger", ":class:`Nydegger <axelrod.strategies.axelrod_first.Nydegger>`"
"K57R_", "Rudy Nydegger", "Not Implemented"
"K58R_", "Glen Rowsam", "Not Implemented"
"K59R_", "Leslie Downing", ":class:`RevisedDowning <axelrod.strategies.axelrod_first.RevisedDowning>`"
"K60R_", "Jim Graaskamp and Ken Katzen", "Work In Progress"
"K61R_", "Danny C Champion", ":class:`Champion <axelrod.strategies.axelrod_second.Champion>`"
"K59R_", "Leslie Downing", "Not Implemented"
"K60R_", "Jim Graaskamp and Ken Katzen", "Not Implemented"
"K61R_", "Danny C Champion", "Not Implemented"
"K62R_", "Howard R Hollander", "Not Implemented"
"K63R_", "George Duisman", "Not Implemented"
"K64R_", "Brian Yamachi", "Not Implemented"
"K65R_", "Mark F Batell", "Not Implemented"
"K66R_", "Ray Mikkelson", "Not Implemented"
"K67R_", "Craig Feathers", "Not Implemented"
"K68R_", "Fransois Leyvraz", "Not Implemented"
"K69R_", "Johann Joss", ":class:`Joss <axelrod.strategies.axelrod_first.Joss>`"
"K69R_", "Johann Joss", "Not Implemented"
"K70R_", "Robert Pebly", "Not Implemented"
"K71R_", "James E Hill", "Not Implemented"
"K72R_", "Edward C White Jr", "Not Implemented"
"K73R_", "Geroge Zimmerman", "Not Implemented"
"K74R_", "Edward Friedland", "Not Implemented"
"K74RXX_", "Edward Friedland", "Not Implemented"
"K75R_", "P D Harrington", "Not Implemented"
"K76R_", "David Gladstein", ":class:`Tester <axelrod.strategies.axelrod_second.Tester>`"
"K77R_", "Scott Feld", ":class:`Feld <axelrod.strategies.axelrod_first.Feld>`"
"K76R_", "David Gladstein", "Not Implemented"
"K77R_", "Scott Feld", "Not Implemented"
"K78R_", "Fred Mauk", "Not Implemented"
"K79R_", "Dennis Ambuehl and Kevin Hickey", Not Implemented
"K80R_", "Robyn M Dawes and Mark Batel", Not Implemented
Expand All @@ -164,7 +164,7 @@ repository.
"K90R_", "John Maynard Smith", "Not Implemented"
"K91R_", "Jonathan Pinkley", "Not Implemented"
"K92R_", "Anatol Rapoport", "Not Implemented"
"K93R_", "Unknown", ":class:`UnnamedStrategy <axelrod.strategies.axelrod_first.UnnamedStrategy>`"
"K93R_", "Unknown", "Not Implemented"
"KPAVLOVC_", "Unknown", ":class:`WinStayLoseShift <axelrod.strategies.memoryone.WinStayLoseShift>`"
"KRANDOMC_", "Unknown", ":class:`Random <axelrod.strategies.rand.Random>`"
"KTF2TC_", "Unknown", ":class:`TitFor2Tats <axelrod.strategies.titfortat.TitFor2Tats>`"
Expand Down

0 comments on commit e8b7383

Please sign in to comment.