/thompson_sampler

C++-11 implementation of thompson sampler

Primary LanguageC++MIT LicenseMIT

thompson_sampler

C++-11 implementation of thompson sampler.

Currentry following algorithms are implemented:

  • BernoulliThompsonSampler

For usage, see test code.