Skip to content

0.0.1

Compare
Choose a tag to compare
@ianlini ianlini released this 01 Aug 10:14
· 251 commits to master since this release

New

  • implement LinUCB ( #10 )
  • implement UCB1 ( #10 )
  • implement EXP3 ( #10 )
  • implement EXP4P ( #10 )
  • implement Thompson Sampling for Contextual Bandits with Linear Payoffs ( #10 )
  • provide unit test for each bandit algorithm ( #10 )
  • simulation on fake data ( #10 )
  • benchmark using movielens ( #29 )