rosomaxa 0.9.0

A rosomaxa algorithm and other building blocks for creating a solver for optimization problems
Documentation
1
2
3
4
5
//! A collection of reusable algorithms without dependencies on any other module in the project.

pub mod gsom;
pub mod math;
pub mod rl;