Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

❓ How to solve quadratic programming given linear inequality constrains? #4

Open
jc-bao opened this issue Aug 20, 2023 · 1 comment

Comments

@jc-bao
Copy link
Owner

jc-bao commented Aug 20, 2023

$$ \min_x \ \frac{1}{2} x^T Q x + q^T x \ \ \ni Q >0 \ \textrm{(Convex)} \ \ni Ax \leq b \ \ni Cx = d $$

@jc-bao
Copy link
Owner Author

jc-bao commented Aug 20, 2023

i.e. how to implement the augmented Lagrangian (since QP problem is simpler than other optimization problem)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant