deng-haoyang / ParNMPC

A Parallel Optimization Toolkit for Nonlinear Model Predictive Control (NMPC)
https://deng-haoyang.github.io/ParNMPC/
BSD 2-Clause "Simplified" License
297 stars 78 forks source link

Active-set method support #7

Closed deng-haoyang closed 5 years ago

deng-haoyang commented 6 years ago

Interior-point method is good for large-scale problems, however, it is not easy to warm start and its barrier parameter is usually set as a constant, and thus only sub-optimal solution is be obtained.

The future version of ParNMPC will support active-set method to deal with constraints.