optuna / optunahub-registry

The registry of the OptunaHub packages
https://hub.optuna.org/
MIT License
32 stars 25 forks source link

Add multi-armed bandit-based sampler #113

Open nabenabe0928 opened 2 months ago

nabenabe0928 commented 2 months ago

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

Alternatives (optional)

No response

Additional context (optional)

No response

ryota717 commented 4 days ago

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