-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Strategy: Implementation of Adaptor #1215
Conversation
@marcharper not entirely sure how/why it's failing the unit test (something stochastic) and also looks like coverage is missing line 40 of |
See #1217 re my rebase request. |
Rebased to before prompt-toolkit changes, we can rebase onto something else before merge. |
axelrod/strategies/adaptor.py
Outdated
derived from the state. | ||
|
||
Parameters | ||
---------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ----...
need to be omitted for strategy docstrings (our setup can't handle them).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good to me. Interesting that such a "simple" strategy still does not give reproducible results....
Implements two strategies from this paper
This PR is based on top of Update library to work with prompt_toolkit >= 2.00 #1212