« Back to top page

Multi-Armed Bandit

Multi-Armed Bandit

Sampler Using Multi-Aarmed Bandit Epsilon-Greedy Algorithm

Class or Function Names MABEpsilonGreedySampler Example mod = optunahub.load_module("samplers/mab_epsilon_greedy") sampler = mod.MABEpsilonGreedySampler() See example.py for more details. Others This package provides a sampler based on Multi-armed bandit algorithm with epsilon-greedy selection.