optlib 0.1.0

The optimization algorithms realized in Rust. In given time optlib realized genetic algorithm only.
Documentation
1
2
//! The module with algorithms with initial creation of individuals
pub mod vec_float;