swoop 0.1.0

Simple, lightweight optimisation algorithms in pure Rust
Documentation
1
2
3
4
//! Algorithms for multivariate function optimisation

mod nelder_mead;
mod slsqp;