Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.14 KB

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.