LICENSE
README.md
pyproject.toml
src/best_arm/__init__.py
src/best_arm/bandit.py
src/best_arm/cli.py
src/best_arm/environment.py
src/best_arm/experiments.py
src/best_arm/model.py
src/best_arm/stopping_conditions.py
src/best_arm/utils.py
src/best_arm.egg-info/PKG-INFO
src/best_arm.egg-info/SOURCES.txt
src/best_arm.egg-info/dependency_links.txt
src/best_arm.egg-info/entry_points.txt
src/best_arm.egg-info/requires.txt
src/best_arm.egg-info/top_level.txt
src/best_arm/algorithms/__init__.py
src/best_arm/algorithms/adahedge.py
src/best_arm/algorithms/exp_gap_elim.py
src/best_arm/algorithms/frank_wolfe.py
src/best_arm/algorithms/gradient_ascent.py
src/best_arm/algorithms/lil_ucb.py
src/best_arm/algorithms/lucb1.py
src/best_arm/algorithms/top_two.py
src/best_arm/algorithms/track_and_stop.py