optlib 0.1.0

The optimization algorithms realized in Rust. In given time optlib realized genetic algorithm only.
Documentation
1
2
3
//! The module with PreBirth trait implementations.

pub mod vec_float;