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

Fixing UCB1 and UCB1-tuned algorithm calculation of upper confidence bound #433

Merged

Conversation

serchaos
Copy link

Sorry - didn't RTFM for pull request formatting at first. :)

********* PEOPLE *************
Primary reviewer: @sc932

Reviewers:

********* DESCRIPTION **************
Branch Name: serchaos_432_fix_ucb_algorithm_calculation
Ticket(s)/Issue(s): Closes #432

********* TESTING DONE *************

@sc932
Copy link
Contributor

sc932 commented Dec 11, 2014

Looks great. Thanks @serchaos! Good catch.

sc932 added a commit that referenced this pull request Dec 11, 2014
…calculation

Fixing UCB1 and UCB1-tuned algorithm calculation of upper confidence bound
@sc932 sc932 merged commit 4623655 into Yelp:master Dec 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UCB1 and UCB1-tuned algorithm have sample_arm.total and number_sampled parameters reversed
2 participants