6 releases (3 breaking)
0.4.0 | Feb 27, 2024 |
---|---|
0.3.0 | Jan 28, 2023 |
0.2.1 | Sep 9, 2022 |
0.2.0 | Aug 28, 2022 |
0.1.0-rc.1 | Jul 31, 2022 |
#1355 in Math
21,904 downloads per month
Used in 45 crates
(19 directly)
410KB
10K
SLoC
Mathematical optimization in pure Rust
Website | Book | Docs (latest release) | Docs (main branch)
This create provides a abstractions for mathematical operations needed in argmin.
The supported math backends so far are basic Vec
s, ndarray
and nalgebra
.
Please consult the documentation for details.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~0.7–12MB
~180K SLoC