Optimization Engine (OpEn) is a solver for embedded nonconvex optimization.
Documentation available at alphaville.github.io/optimization-engine
OpEn is the counterpart of CVXGen for nonconvex problems.
Code generation? Piece of cake!
OpEn generates parametric optimizer modules in Rust - it's blazingly fast - it's safe - it can run on embedded devices.
You can use the MATLAB or Python interface of OpEn to generate Rust code for your parametric optimizer.
This can then be called directly, using Rust, or, it can be consumed as a service over a UDP socket.
You can generate a parametric optimizer in just very few lines of code and in no time.
OpEn allows application developers and researchers to focus on the challenges of the application, rather than the tedious task of solving the associated parametric optimization problems (as in nonlinear model predictive control).
OpEn can run on embedded devices; here we see it running on an intel Atom for the autonomous navigation of a lab-scale micro aerial vehicle - the controller runs at 20Hz using only 15% CPU!
OpEn is a free open source project. You can use it under the terms of either Apache license v2.0 or MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
A list of contributors is automatically generated by github here.