-
Notifications
You must be signed in to change notification settings - Fork 35
Wiki needed #3
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
Comments
Thanks for the interest. I am a bit busy at the moment writing my thesis, the wiki will come asap. Are you interested in control? |
Yeah, I'm a student studying control theory. I'm doing a project which compares the different opensource qp solver and I wanna to choose one for solving QP problem of large-scale system. Is HPMPC suitable for that?. |
It depends on what you mean by large-scale. HPMPC is optimized for dense small-scale MPC problems, and the performance is close to optimal for dense problems with up to a couple of hundreds states and controls. |
I mean 1000-100000 variables. |
You can have a try, but this is certainly not what it has been designed for. |
Hi, how do you solve the linear system equations? LDL factorization or something else? |
The solvers in HPMPC are designed to solve linear MPC problems, and not generic QPs. Therefore the (structured) KKT system of the unconstrained MPC problem is solved using a specialized Riccati recursion. |
Hi. I have much interest in this implementation. But it's better to have a wiki about HPMPC. Thanks
The text was updated successfully, but these errors were encountered: