Skip to content

Releases: roycoding/slots

Cube World

13 Jan 05:06
38f7681
Compare
Choose a tag to compare

This is a backwards incompatible version!

Major changes:

  • Dropped support for Python 2
  • Only handling binary outcomes (no variable payouts)
  • Can now handle historical payouts
  • est_payouts is now est_probs
  • Type hints introduced
  • Now using the black code formatter

See the docs for the current API.

BFF BF

14 Dec 23:03
16cfb43
Compare
Choose a tag to compare

Fixed bug when running basic defaults (#15) by changing default to live=False.

Changed code style to black.

BFF

15 Aug 21:33
Compare
Choose a tag to compare
BFF
  • Re-factored code and docs to make online trials the default usage.
  • Fixed instantiation of n arms for online trials.

Butterfly flap redux

13 Aug 05:46
Compare
Choose a tag to compare
  • Changed docstring style to Numpy format
  • jcbozonier added the Bayesian Bandit strategy

Thanks to @szeitlin and @jcbozonier.

Butterfly flap

09 Aug 20:45
Compare
Choose a tag to compare

Initial release of slots.

  • Basic functionality
  • Selection algorithms
    • Epsilon greedy
    • Softmax
    • Upper credibility bound