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

Speedup Bernoulli Multi-Armed Bandit Example #380

Merged

Conversation

julianStreibel
Copy link
Collaborator

@julianStreibel julianStreibel commented Sep 11, 2024

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.

@julianStreibel julianStreibel changed the title Speedup moke test MC runs and number of iterations Speedup Bernoulli Multi-Armed Bandit Example Sep 11, 2024
Co-authored-by: Martin Fitzner <17951239+Scienfitz@users.noreply.github.com>
CHANGELOG.md Outdated Show resolved Hide resolved
@Scienfitz Scienfitz added the enhancement Expand / change existing functionality label Sep 11, 2024
Copy link
Collaborator

@Scienfitz Scienfitz left a 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

@Scienfitz
Copy link
Collaborator

you should also be aware that this PR will only change the state of the latest webpage, not the main page shown under stable
Only at the next release the page will be updated

@julianStreibel julianStreibel force-pushed the fix/fast_moke_test_mab_example branch from f11c754 to b49841a Compare September 16, 2024 16:47
@Scienfitz
Copy link
Collaborator

@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

@Scienfitz Scienfitz merged commit 26f699e into emdgroup:main Sep 22, 2024
12 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Expand / change existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants