argmin
Optimization library
A Rust library for numerical optimization with multiple algorithms and interfaces for various backends.
Numerical optimization in pure Rust
1k stars
14 watching
80 forks
Language: Rust
last commit: 15 days ago
Linked from 1 awesome list
numerical-optimizationoptimizationoptimization-algorithmsoptimization-methodsoptimizerrust
Related projects:
Repository | Description | Stars |
---|---|---|
atisharma/matlib | A Clojure library of optimisation and control theory tools and convenience functions | 25 |
hiroyuki-kasai/sgdlibrary | A collection of stochastic optimization algorithms for large-scale machine learning problems | 218 |
m-decoster/rsgenetic | A framework for executing genetic algorithms in Rust | 75 |
cicirello/chips-n-salsa | A Java library of algorithms and data structures for optimization problems | 60 |
stevengj/nlopt | A unified interface and packaging of several nonlinear optimization libraries for global and local optimization. | 1,892 |
hiroyuki-kasai/gdlibrary | A collection of unconstrained optimization algorithms implemented in MATLAB | 65 |
mlpack/ensmallen | A high-quality C++ library for non-linear numerical optimization | 743 |
vagmcs/optimus | A mathematical optimization library for Scala | 141 |
sahilshekhawat/optimizing-linux-performance-a-hands-on-guide-to-linux-performance-tools | A comprehensive guide to improving Linux performance using various tools and techniques | 68 |
coin-or/rbfopt | Optimization software that enables users to find the best solution among multiple possibilities by minimizing the impact of uncertainty in data | 188 |
brml/climin | A framework for optimizing machine learning functions using gradient-based optimization methods. | 180 |
sciruby/minimization | A Ruby implementation of various minimization algorithms. | 16 |
nightldj/admm_release | Optimization algorithm implementation for constrained and non-constrained problems | 71 |
rustgd/collision-rs | An extension of the cgmath library that adds collision detection primitives and algorithms. | 125 |
rust-lang/libm | A Rust port of math library functions from MUSL's libm | 545 |