Skip to main content

OpEn: a pure Rust optimizer

· One min read

The majority of optimization packages in Rust, such as IPOPT, OSQP, NLOPT, are essentially bindings (interfaces) to other software. There are a few pure-Rust packages, such as rustimization, argmin, they implement algorithms which are not suitable for embedded nonconvex optimization.

Rust language

OpEn is the first pure-Rust package