Final project for SI152 2024 Fall Team member: Xinyue Hu, Sihan Zhuang & Shenghan Gao
We implement the QP-solver based on IRWA and ADMM algorithm with input para(A1,A2,b1,b2,g,H)
where
- IRWA:
IRWA_QP_scaling.m
- ADMM:
ADMM_QP.m
Other helper function: Please put them in the environment when running the code
conjgrad.m
Pc.m
standard_constraints
: to meet the osqp api for comparison
test.mlx
provide
- a random test case generation based on
generate_random_qp.m
- if you want to compare our result with the osqp solver, please make sure you have osqp in your environment.
胡馨月_庄思涵_高圣涵_SI152_report.pdf