alphaville / optimization-engine

Nonconvex embedded optimization: code generation for fast real-time optimization + ROS support
https://alphaville.github.io/optimization-engine/
Other
499 stars 53 forks source link

Fixed penalty stall criterion #138

Closed alphaville closed 4 years ago

alphaville commented 4 years ago

There was an issue with the penalty stall criterion (in Rust), which is fixed in this PR. Essentially, the issue affected problems with either ALM or PM constraints, but not with both. I added a couple of unit tests. This can be merged.