/optimus

Nonlinear optimization library

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Optimus

Build Status Coverage Status

Optimus is a library of nonlinear optimization algorithms written in C++.

Currently, Optimus implement only one algorithm:

Documentation

Read

Download

You can download the development version of Optimus by executing the command below:

git clone https://github.com/topsframework/optimus.git

Platforms

Optimus was designed to run on Unix/Linux operating systems. Tested platforms include: MacOS X, Ubuntu Linux and Arch Linux.

Software Requirement

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

License

Optimus is distributed under GPL v2. For more information, see LICENSE.