Sponsor ======= .. include:: sponsor.rst API Reference =============== The complete API reference documentation is available at: `API Documentation `_ Tutorials and Examples ======================== For detailed tutorials and examples, please visit: `Tutorials `_ `Examples `_ Medium Blog ============ .. note:: `Medium Blog: Multi-armed Bandit Algorithms in Python `_ This blog post provides an in-depth explanation of the multi-armed bandit problem and how to use the thompson package to solve it. Github ====== .. note:: `Source code of thompson can be found at Github `_ The GitHub repository contains: - Source code - Issue tracker - Pull requests - Documentation - Examples Citing ====== If you use this package in your research, please cite it using the following BibTeX entry: .. code-block:: bibtex @software{thompson, title = {thompson: Multi-armed bandit algorithms for optimal resource allocation}, author = {Erdogan Tasksen}, year = {2024}, publisher = {GitHub}, url = {https://github.com/erdogant/thompson}, version = {1.0.0}, } The BibTeX entry can also be found on the right side of the `github page `_. .. include:: add_bottom.add