rosomaxa 0.9.0

A rosomaxa algorithm and other building blocks for creating a solver for optimization problems
Documentation
1
2
3
4
//! This module contains implementation of some reinforcement learning algorithms.

mod slot_machine;
pub use self::slot_machine::{SlotAction, SlotFeedback, SlotMachine};