CordialExperience / beta-bandit

PHP Implementation of Beta/Bayesian/Thompson Sampling Bandit Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beta Bandit

Cordial's PHP Implementation of Beta/Bayesian/Thompson Sampling Bandit Algorithm

Note: PECL stats package might require a patch

In the repo, you'll find a patch for the stats package from PECL. This patch is required for proper function of the random number functions utilized by the library for versions 1.0.2 and earlier

Details: https://bugs.php.net/bug.php?id=57830

About

PHP Implementation of Beta/Bayesian/Thompson Sampling Bandit Algorithm

License:MIT License


Languages

Language:PHP 100.0%