Skip to content
/ ASM Public

Active-Set Method related solvers, including Weight Gram Schmidt algorithms and Warm Start strategies.

Notifications You must be signed in to change notification settings

dymodi/ASM

Repository files navigation

ASM

Active Set Method (ASM) used to solve Quadratic Programming (QP) problems in MPC. Including a primal ASM algorithm and a dual ASM algorithm. We are also trying to use two strategies to accelerate ASM for MPC. The strategies are:

  1. Weighted Gram-Schmidt method to update QR factorization in ASM.
  2. Constraints Selection method to reduce iteration count in ASM.

About

Active-Set Method related solvers, including Weight Gram Schmidt algorithms and Warm Start strategies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages