Skip to content

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages