optlib 0.4.0

The optimization algorithms realized in Rust. In given time realized genetic and particle swarm algorithms.
Documentation
1
2
3
//! The module with PreBirth trait implementations.

pub mod vec_float;