Skip to content
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

Random strategy does not change it's classification #781

Closed
drvinceknight opened this issue Dec 4, 2016 · 1 comment
Closed

Random strategy does not change it's classification #781

drvinceknight opened this issue Dec 4, 2016 · 1 comment
Labels

Comments

@drvinceknight
Copy link
Member

We need to include something similar to the setup in memory one strategies that overwrite the stochastic classifier upon initialisation:

>>> p1 = axl.Random(0)
>>> p2 = axl.Random(1)
>>> p1.classifier['stochastic'], p2.classifier['stochastic']
(True, True)

Mildly connected to #779 (found it whilst working on that).

drvinceknight added a commit that referenced this issue Dec 4, 2016
- Add a test for stochastic classification of Random

Closes #781
@marcharper
Copy link
Member

Good catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants