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.