octopus 0.1.0

A fast, flexible framework for multi-armed bandit strategies in Rust.
Documentation
1
2
3
4
5
6
//! Simulation engine and metrics for evaluating bandit policies.
//!
//! This module provides tools to run experiments with bandit algorithms and collect results.

pub mod metrics;
pub mod simulator;