Osqp

The Operator Splitting QP Solver
Alternatives To Osqp
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Ray25,91680199a day ago76June 09, 20222,905apache-2.0Python
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a toolkit of libraries (Ray AIR) for accelerating ML workloads.
Deep Learning Drizzle10,767
6 months ago6HTML
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
Optuna8,17926214a day ago49June 13, 2022131otherPython
A hyperparameter optimization framework
Nebuly8,163
2 days ago100apache-2.0Python
The next-generation platform to monitor and optimize your AI costs in one place 🚀
Serve3,489112 days ago14May 13, 2022283apache-2.0Java
Serve, optimize and scale PyTorch models in production
Scikit Optimize2,5948013321 days ago19October 12, 2021301bsd-3-clausePython
Sequential model-based optimization with a `scipy.optimize` interface
Awesome Quantum Machine Learning2,206
3 months ago8cc0-1.0HTML
Here you can get all the Quantum Machine learning Basics, Algorithms ,Study Materials ,Projects and the descriptions of the projects around the web
Awesome System For Machine Learning1,940
2 months ago12mit
A curated list of research in machine learning systems (MLSys). Paper notes are also provided.
Awesome Robotics Libraries1,804
25 days ago2cc0-1.0
:sunglasses: A curated list of robotics libraries and software
Pennylane1,7791024a day ago33June 20, 2022315apache-2.0Python
PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum computer the same way as a neural network.
Alternatives To Osqp
Select To Compare


Alternative Project Comparisons
Readme

The Operator Splitting QP Solver

CI Code coverage License

PyPI - downloads Conda - downloads

Join our forum on Discourse for any questions related to the solver!

The documentation is available at osqp.org

The OSQP (Operator Splitting Quadratic Program) solver is a numerical optimization package for solving problems in the form

minimize        0.5 x' P x + q' x

subject to      l <= A x <= u

where x in R^n is the optimization variable. The objective function is defined by a positive semidefinite matrix P in S^n_+ and vector q in R^n. The linear constraints are defined by matrix A in R^{m x n} and vectors l and u so that l_i in R U {-inf} and u_i in R U {+inf} for all i in 1,...,m.

Citing OSQP

If you are using OSQP for your work, we encourage you to

We are looking forward to hearing your success stories with OSQP! Please share them with us.

Bug reports and support

Please report any issues via the Github issue tracker. All types of issues are welcome including bug reports, documentation typos, feature requests and so on.

Numerical benchmarks

Numerical benchmarks against other solvers are available here.

Popular Machine Learning Projects
Popular Optimization Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C
Machine Learning
Optimization
Svm