-
Notifications
You must be signed in to change notification settings - Fork 47
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
Speedup Bernoulli Multi-Armed Bandit Example #380
Speedup Bernoulli Multi-Armed Bandit Example #380
Conversation
Co-authored-by: Martin Fitzner <17951239+Scienfitz@users.noreply.github.com>
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.
seems in the pipeline there are some resurfacing serialiation issues
these dont seem to happen all the time and also I dont get them locally
so for this PR that can be ignored
you should also be aware that this PR will only change the state of the |
f11c754
to
b49841a
Compare
@julianStreibel merging now, many thx for the future: please dont merge from a fork unless its explicitly useful to fork (like when working on actions or docs etc). You are added as a collaborator and should be able to make branches etc here in origin, it makes working together a bit easier |
This PR reduces the runtime of the Bernoulli multi-armed bandit example from about 55 seconds to 7 seconds (in SMOKE_TEST setting) and sets a random seed for reproducibility.
This is supposed to improve the displayed results in the example which were unconverged and didnt show the discussed trend.