Skip to content

A simple multi-arm bandit solution using beta distribution sampling.

Notifications You must be signed in to change notification settings

corigne/bayesian_rps

Repository files navigation

Bayesian Thompson Sampling MAB RPS - README

Compiling

To compile, please use the following command:

g++ *.cpp

Running

Example: run > ./a.out 1000

The above will run 1000 trials. You may change the number of trials to suit your needs.
This program has been tested to up to 1 billion trials successfully.

About

A simple multi-arm bandit solution using beta distribution sampling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages