cordialexperience/beta-bandit

Cordial PHP Beta Bandit Implementation

1.0.0 2016-02-11 21:19 UTC

This package is not auto-updated.

Last update: 2024-09-20 18:30:32 UTC


README

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