Skip to content

samueljackson92/optima

Repository files navigation

Optima

Build Status

Build Instructions

First install Eigen to your system and a C++11 compatible compiler. Currently only tested with gcc >= 4.9 and clang >= 3.6 on Ubuntu and OSX.

Then run the following:

git clone git@github.com:samueljackson92/optima.git
git submodule update --init
cd metaopt
mkdir build && cd build
cmake ..
cmake --build .