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

Add multi-armed bandit-based sampler #113

Open
nabenabe0928 opened this issue Jul 30, 2024 · 1 comment
Open

Add multi-armed bandit-based sampler #113

nabenabe0928 opened this issue Jul 30, 2024 · 1 comment
Labels
contribution-welcome Contribution welcome issues new-package New packages

Comments

@nabenabe0928
Copy link
Contributor

nabenabe0928 commented Jul 30, 2024

Motivation

multi-armed bandit is another stochastic search algorithm.
It is typically for categorical parameters and we would like to add such an algorithm.

Description

  • Assume only categorical parameters
  • Assume independence of each parameter
  • Use $\epsilon$-greedy for this sampler

Alternatives (optional)

No response

Additional context (optional)

No response

@ryota717
Copy link
Contributor

Hi, i tried adding the sampler in #155.
Could you review this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution-welcome Contribution welcome issues new-package New packages
Projects
No open projects
Status: Todo
Development

No branches or pull requests

3 participants