Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
/ bandit Public archive

Bandit algorithms and test framework in Java

License

danisola/bandit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bandit Algorithms

Inspired by Bandit Algorithms for Website Optimization I've implemented some bandit algorithms in Java and a test framework to quickly visualize how they behave under different scenarios.

Currently, the algorithms available are: epsilon-Greedy, epsilon-first, Softmax and UCB1.

Test Framework

## How to use the test framework

If you want to change the algorithms or arms used in the test, download the code and configure the test in Main.java

## How to build

You require the following:

  • Latest stable JDK 8
  • Latest stable Apache Maven

Download the code and do mvn clean package. To run the test framework just do java -jar test-framework/target/testframework.jar.

About

Bandit algorithms and test framework in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages