library beta-bandit
Cordial PHP Beta Bandit Implementation
cordialexperience/beta-bandit
Cordial PHP Beta Bandit Implementation
- Thursday, February 11, 2016
- by danielsmithsd
- Repository
- 4 Watchers
- 1 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Beta Bandit
Cordial's PHP Implementation of Beta/Bayesian/Thompson Sampling Bandit Algorithm, (*1)
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, (*2)
Details: https://bugs.php.net/bug.php?id=57830, (*3)