File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 193193from .memorytwo import AON2 , MEM2 , DelayedAON1
194194from .memorytwo import MemoryTwoPlayer # pylint: disable=unused-import
195195
196+ from .momentum import Momentum
196197from .mutual import Desperate , Hopeless , Willing
197198from .negation import Negation
198199from .oncebitten import FoolMeOnce , ForgetfulFoolMeOnce , OnceBitten
402403 MEM2 ,
403404 MathConstantHunter ,
404405 Michaelos ,
406+ Momentum ,
405407 NTitsForMTats ,
406408 NaiveProber ,
407409 Negation ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Count the number of available players::
5353
5454 >>> import axelrod as axl
5555 >>> len(axl.strategies)
56- 241
56+ 242
5757
5858Create matches between two players::
5959
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ Here are the docstrings of all the strategies in the library.
7676 :members:
7777.. automodule :: axelrod.strategies.memoryone
7878 :members:
79+ .. automodule :: axelrod.strategies.momentum
80+ :members:
7981.. automodule :: axelrod.strategies.meta
8082 :members:
8183.. automodule :: axelrod.strategies.mutual
Original file line number Diff line number Diff line change 4141 "axelrod/strategies/mathematicalconstants.py" ,
4242 "axelrod/strategies/memoryone.py" ,
4343 "axelrod/strategies/memorytwo.py" ,
44+ "axelrod/strategies/momentum.py" ,
4445 "axelrod/strategies/mutual.py" ,
4546 "axelrod/strategies/negation.py" ,
4647 "axelrod/strategies/oncebitten.py" ,
You can’t perform that action at this time.
0 commit comments