bandit 0.10.0

Bandit Algorithms in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[![Build Status](https://travis-ci.org/Ragnaroek/bandit.svg?branch=master)](https://travis-ci.org/Ragnaroek/bandit)
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/Ragnaroek/bandit/blob/master/LICENSE)
[![](http://meritbadge.herokuapp.com/bandit)](https://crates.io/crates/bandit)

# Multi-armed bandit algorithms in Rust

```toml
[dependencies]
bandit = "0.9"
```

currently provides a softmax implementation