ratel_bandit 0.2.3

Rust Implementation of a Muti-armed Bandit Simulator
Documentation
1
2
3
4
5
6
7
pub use counter::Counter;
pub use record_counter::RecordCounter;

mod aggregate_counter;
mod base_counter;
mod counter;
mod record_counter;