SLSQP optimizer for Rust
☆15Jun 23, 2026Updated last month
Alternatives and similar repositories for slsqp
Users that are interested in slsqp are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- COBYLA optimizer for Rust☆28Jun 22, 2026Updated last month
- Rust wrapper around the nlopt library☆33Mar 26, 2025Updated last year
- Efficient global optimization toolbox in Rust: bayesian optimization, mixture of gaussian processes, sampling methods☆182Jul 21, 2026Updated 2 weeks ago
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Feb 15, 2024Updated 2 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.