optlib 0.4.0

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