Optimus is a library of nonlinear optimization algorithms written in C++.
Currently, Optimus implement only one algorithm:
You can download the development version of Optimus by executing the command below:
git clone https://github.com/topsframework/optimus.git
Optimus was designed to run on Unix/Linux operating systems. Tested platforms include: MacOS X, Ubuntu Linux and Arch Linux.
Optimus was written in C++. It was compiled and tested using g++ 4.9.2 and clang 3.6.0. Besides one of the compilers, it requires:
- Git
- GNU Make
Optimus is distributed under GPL v2. For more information, see LICENSE.